# doany.ai > doany is an AI agent orchestration API. Developers use it to create, deploy, and manage multi-step AI agent workflows via a single REST API — no infrastructure to manage. ## What doany does doany lets you define AI agents with custom tools and instructions, chain them into multi-step workflows with conditional logic and parallel execution, and monitor every execution through structured run logs. It's a managed API, not a framework you self-host. ## Key links - Docs: https://docs.doany.ai - API Reference: https://docs.doany.ai/api - Getting Started: https://docs.doany.ai/quickstart - Pricing: https://doany.ai/pricing - Dashboard: https://app.doany.ai - GitHub: https://github.com/doany-ai - Blog: https://doany.ai/blog ## SDKs - Python: `pip install doany` - TypeScript: `npm install @doany/sdk` - REST API: `https://api.doany.ai/v1` ## Core concepts - **Agents**: Wrap an LLM with instructions and tools into a reusable, API-callable unit - **Workflows**: Chain agents with conditional branching, parallel execution, and data passing - **Tools**: Function schemas agents can call to interact with external systems - **Runs**: Logged executions with full observability (input, output, steps, latency, tokens) ## Who it's for Backend engineers, ML engineers, and platform teams building production AI features who want agent orchestration without managing infrastructure. ## Pricing - Free: 100 requests/minute, $0/month - Pro: 1,000 requests/minute, $49/month - Enterprise: Custom limits, SSO, SLA — contact sales@doany.ai