A newer set of endpoints is available under the /v1 path prefix, so far covering workspace/app/agent introspection, permissions management, signals, and a direct documents API for use by app builders and admins. See https://agt.remixlabs.com/v1/swagger/ for the auto-generated version.

Errors are all returned as JSON, in the form {"message": "oops, something went wrong"} (along with a 400- or 500-level status code).

GET /v1/ws

List workspaces.

GET /v1/ws/<ws>

Get info about a particular workspace.

GET /v1/ws/<ws>/permissions

Get the permissions associated with a particular workspace.

GET /v1/ws/<ws>/permissions>/<id>