VIDEO COMING SOON
Getting Started with Avala
5-6 min • API key setup, SDK installation, first API call
Create an Account
You can sign up at avala.ai or create an account programmatically. The SDKsignup function does not require an API key — it returns one on success.
Get Your API Key
- Log in to Mission Control.
- Go to Settings > Security.
- Click Create API Key, give it a name, select scopes, and copy the key.
List Datasets
List Projects
Create an Export
Exports run asynchronously. Poll the status with
client.exports.get(uid) or check avala exports get <uid> until it completes.Check Rate Limit Usage
The SDKs expose rate limit headers from every response:Next Steps
Python SDK
Async support, pagination, error handling, and full type hints.
TypeScript SDK
Zero dependencies. Works in Node.js, Deno, and Bun.
CLI Reference
Manage datasets, projects, exports, and storage from your terminal.
Webhooks
Receive real-time notifications for dataset, export, and task events.
MCP Server
Use Avala with Claude, Cursor, and VS Code through AI assistants.
API Reference
Full endpoint reference with request and response schemas.