{"name":"MyApi","version":"0.1.0","important":"STOP — before performing ANY action, you MUST ask the human user for explicit approval. Describe what you intend to do and wait for confirmation. Never call endpoints, reveal tokens, or execute services without the user saying \"yes\". This applies to every request.","description":"Personal API platform. Authenticate with Bearer token to access your data, knowledge base, personas, and connected services.","documentation":{"openapi":"/openapi.json","quickStart":"/api/v1/quick-start","llms":"/llms.txt"},"authentication":{"type":"Bearer or Query","header":"Authorization: Bearer <your-token>","query_param":"?token=<your-token>","hint":"Use the token provided by the platform owner. Include it in the Authorization header or as a ?token= query parameter (for AI fetch tools)."},"endpoints":{"discovery":"GET /api/v1/","quickStart":"GET /api/v1/quick-start","capabilities":"GET /api/v1/capabilities","tokenInfo":"GET /api/v1/tokens/me/capabilities","knowledgeBase":"GET /api/v1/brain/knowledge-base","personas":"GET /api/v1/personas","services":"GET /api/v1/services","identity":"GET /api/v1/identity","vaultTokens":"GET /api/v1/vault/tokens","connectors":"GET /api/v1/connectors","openapi":"GET /openapi.json"}}