Automatio Developer API
The tools our agent uses, in your app
27 production tools — web search, data extraction, social, crypto, real estate and more — behind one API key. Call them over REST or connect them to any agent over MCP. Pay only for what you use.
Web search & extraction
Search the web and pull clean, structured content from any page.
Social data
Posts, comments, transcripts and profiles across Reddit, YouTube and X.
Crypto market data
Live prices, market data and token details across thousands of coins.
Real estate
Property listings, locations and agency data for major markets.
Scraper marketplace
Run ready-made scrapers on demand and pay only for what they use.
Managed AI models
Call any major chat model through one OpenAI-compatible endpoint, billed to your Automatio credits. No provider accounts, no keys to rotate.
Agent runs
Hand over a goal, not a prompt. Automatio routes to the right agents, calls tools and runs multi-step — then returns the result. Follow-ups continue the same conversation, and a run can pause to ask you a question.
One API, one key
REST for code, MCP for agents. Same key, same billing.
How it works
Generate a key
Create a scoped API key from your Integrations page — restrict it to specific tools, grant AI models or agent runs, and set spend budgets and a rate limit.
Call REST or MCP
POST to /api/v1/query for tools, /api/v1/chat/completions for AI models (OpenAI-compatible — point the official OpenAI SDK at it), or /api/v1/agent to hand over a whole goal. Or connect an MCP client (Claude, Cursor, the AI SDK) to /api/v1/mcp.
Pay per call
Every successful call draws from your credit balance. No subscriptions, no minimums — you pay only for what you use.
One request to start
curl -X POST https://automatio.ai/api/v1/query \
-H "Authorization: Bearer aut_yourkey" \
-H "Content-Type: application/json" \
-d '{"tool":"web_search","params":{"query":"latest AI news"}}'Building an agent? Point any MCP client at https://automatio.ai/api/v1/mcp and it discovers every tool automatically.
Start building
Create an account, generate a scoped key, and make your first call in minutes. New accounts start with free credits.
Get your API key