Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Public agent capability card

/api/agent/capabilitiesGET
Describes when to use Collabute, how to authenticate, and where to find OpenAPI and MCP. No login required.
Response
200 · Capability card
name *string
url *string (uri)
description *string
whenToUse *string[]
whenNotToUse *string[]
onboarding *object
Show properties
freeTier *boolean
selfServe *boolean
creditCardRequired *boolean
sandbox *string (uri)
auth *"oauth"
api *object
Show properties
openapi *string (uri)
status *string (uri)
mcp *string (uri)
docs *string (uri)
rateLimit?object
Show properties
standard *string
requestsPerMinute *integer
Request example
curl -X GET "https://collabute.ai/api/agent/capabilities"