# SOP OS > AI-native SOP and restaurant operations platform for multi-unit hospitality companies. This file is the **public** product discovery index for agents and crawlers. It intentionally lists **product documentation only**. Private tenant SOPs are never included here. ## Product - Home: https://www.tryaurantos.com/ - App: https://app.tryaurantos.com/ - Health: https://app.tryaurantos.com/api/health - Human login: https://app.tryaurantos.com/login - Public discovery: https://www.tryaurantos.com/llms.txt ## Agent access (authenticated) Authorized customer agents must use the versioned Agent API with a bearer credential (ag_…): - Discovery: GET /api/agent/v1/discovery - OpenAPI: GET /api/agent/v1/openapi - Schema catalog: GET /api/agent/v1/schema - Knowledge index: GET /api/agent/v1/orgs/{orgId}/knowledge/index - Document JSON: GET /api/agent/v1/documents/{documentId} - Document Markdown: GET /api/agent/v1/documents/{documentId}/markdown - Tools: GET /api/agent/v1/tools - Invoke tool: POST /api/agent/v1/tools/{toolKey} Create credentials in the product UI under Admin → Agents (requires agents.manage). ## MCP MCP is assessed but not required for Phase 8. Prefer the HTTP Agent API; an MCP adapter may be added later if it reuses the same authZ/tool registry without broadening privileges. ## Security - Public indexes must not expose private SOP titles or bodies - Agent credentials are scoped, rate-limited, revocable, and audited - Draft content is not readable via agent read tools