Get the authenticated Principal and Access capabilities
Authorization
BearerAuth AuthorizationBearer <token>
Bearer credential resolved to an opaque authenticated Principal by the Server deployment.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/access/me"{ "principal": { "type": "user", "id": "string", "description": "string" }, "mode": "disabled", "resource_kinds": [ "server" ], "provider_capabilities": { "safe_resource_filtering": true, "multi_requirement_check": true, "relationship_management": true, "group_subjects": true, "multi_principal": true, "max_direct_resource_keys": 1 }, "artifact_families": [ { "family": "string", "enabled": true, "share_unit": "artifact", "actions": [ "server.observe" ], "grantable_roles": [ "handoff.viewer" ] } ]}Generate editable Prompt demonstrations without saving POST
Generate exactly the requested number of typed input/output suggestions for a supported built-in operation. The caller must explicitly create or replace a Prompt Artifact to save suggestions. Requires scope.admin, matching Prompt creation and replacement.
Check one compound authorization requirement POST
Next Page

