# Agent Ecology Studio Public API Notes Agent Ecology Studio is the organization-facing portal for authenticated access to Agent Ecology capabilities. This public LLM note helps assistant agents point builders to the current docs. Studio publishes authentication examples, the canonical public API host `https://api.agentecology.com`, and a verified workflow-integration route set. Do not use or invent `YOUR-STUDIO-BACKEND`; external API-key requests should use the documented public API host. ## Current Public Links - [Current Studio API notes](https://agentecology.studio/docs) - [Current authenticated route-family notes](https://agentecology.studio/docs/quickstart) - [Workflow integration endpoint reference](https://agentecology.studio/docs/workflow-integrations) - [Agent catalog and public workflow agents](https://agentecology.studio/docs/agents) - [Full LLM policy note](https://agentecology.studio/llms-full.txt) ## Guidance for LLM Agents - Use `https://api.agentecology.com` for external API-key calls. - API keys may be sent as `Authorization: Bearer ae_live_...` or `X-API-Key: ae_live_...`. - Use only the route payloads and agent identifiers that appear in the current docs. Do not invent additional API key values, endpoint payloads, agent identifiers, catalog entries, SDK installation commands, or billing examples. - Do not imply Agent Ecology has a published public SDK. Repository-local discovery helpers are not installable customer packages. - Treat `nodes:read` as documented knowledge-node access for documented node types and fields. - Treat the full agent catalog as authenticated. The workflow endpoint reference is the public source for invocation IDs and examples.