API ReferencePublisher Agents

What this account may do

GET
/v1/publisher/capability

Never refuses. An account that cannot build agents is told so.

Authorization

bearerAuth
AuthorizationBearer <token>

Send a SimpleServe API key as Authorization: Bearer <key>.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/publisher/capability"
{  "object": "publisher.capability",  "can_build": true,  "can_grant": true,  "agent_count": 0}