Skip to main content

Playground reference

Lookup tables for the route. If this is your first visit, start here.

All playground screens use the login playground / test. Everyone shares that account, so don't enter real data.

URLs

ComponentURL
Alice's Dataspace Starteralice.playground.dataspac.es
Bob's Dataspace Starterbob.playground.dataspac.es
Charlie's Dataspace Startercharlie.playground.dataspac.es
Authority Walletplayground.dataspac.es/wallet
Participants Wallet (tenant per company)participants.playground.dataspac.es/wallet
Participants Control Plane (tenant per company)participants.playground.dataspac.es/control-plane
Alice's HTTP Data Planeparticipants.playground.dataspac.es/alice-http-data-plane
Bob's HTTP Data Planeparticipants.playground.dataspac.es/bob-http-data-plane
Charlie's HTTP Data Planeparticipants.playground.dataspac.es/charlie-http-data-plane

Alice, Bob and Charlie are tenants on one shared Wallet and Control Plane. Switch company in the profile menu in the top right. Each company runs its own HTTP Data Plane.

Datasets

DatasetOffered byAccess
Alice HTTPBinAliceAny member
Charlie HTTPBinCharlieAny member
Bob Research HTTPBinBobRequires a PlaygroundResearchCredential (only Charlie)

All datasets are HTTPBin, a service that echoes requests back:

EndpointReturns
/anythingThe full request
/get, /post, /put, /deleteRequest data for that method
/headersRequest headers
/ipYour origin IP
/user-agentThe user-agent string
/status/{code}The given HTTP status code

Troubleshooting

ProblemFix
Cannot log inUse playground / test, all lowercase. Clear cookies or try another browser.
Could not negotiate a transfer on Bob Research HTTPBinExpected unless you are Charlie. See Bob's research dataset.
Could not negotiate a transfer on another datasetRetry after a moment.
Request returns an errorStart the path with / and match the method to the endpoint (GET for /get). HTTPBin may also be briefly down.
Page does not loadCheck the subdomain. The playground may be in maintenance.