API ReferencePublisher Agents

Turn on publishing for this Workspace

POST
/v1/publisher/capability

Idempotent. Granting twice is the same as granting once.

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 POST "https://example.com/v1/publisher/capability"
{  "object": "publisher.capability",  "can_build": true,  "can_grant": true,  "agent_count": 0}