{"openapi":"3.1.0","info":{"title":"Criollo.Studio Pro API & Agent Interface","version":"1.0.0","description":"Public and programmatic API specification for Criollo.Studio AI-Powered Business Plan Platform. Supports autonomous agents and founders creating Business Model Canvases, market research, and financial models.","contact":{"name":"Criollo.Studio Support","url":"https://criollo.studio/contact","email":"info@criollo.studio"},"license":{"name":"Proprietary","url":"https://criollo.studio/terms"}},"servers":[{"url":"https://criollo.studio","description":"Production Server"}],"paths":{"/llms.txt":{"get":{"summary":"Retrieve LLM-optimized summary index","description":"Returns high-level platform summary and capabilities formatted per the /llms.txt specification.","responses":{"200":{"description":"Plaintext Markdown summary","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/llms-full.txt":{"get":{"summary":"Retrieve comprehensive LLM documentation","description":"Returns exhaustive platform documentation, agent personas, BMC blocks, financial methodology, and FAQs.","responses":{"200":{"description":"Plaintext Markdown documentation","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/agent-spec":{"get":{"summary":"Retrieve Agent Discovery Manifest","description":"Returns machine-readable JSON descriptor of AI agent swarm capabilities, pricing, and framework schemas.","responses":{"200":{"description":"JSON Agent Descriptor","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"version":{"type":"string"},"capabilities":{"type":"object"},"pricing":{"type":"object"}}}}}}}}},"/api/auth/sign-in":{"post":{"summary":"User Authentication","description":"Better Auth session login endpoint for founders and organizations.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","format":"email"},"password":{"type":"string"}},"required":["email","password"]}}}},"responses":{"200":{"description":"Session cookie established"},"401":{"description":"Invalid credentials"}}}}},"components":{"securitySchemes":{"cookieAuth":{"type":"apiKey","in":"cookie","name":"better-auth.session_token"}}}}