Everything you need to automate Atlas, connect your tools, and drive your workspace with code or AI. Start with a token, make your first request, then go deep on the API and every module.
Jump straight to a surface. The API reference is the source of truth for every route.
Auth, rate limits, idempotency, pagination, and webhooks - end to end.
Personal Access Tokens and OAuth 2.0 - mint, scope, refresh, rotate, and revoke.
Every endpoint, parameter, scope, and error, with copyable examples.
Point Claude, Cursor, or Cline at Atlas and drive it in plain language.
Official client libraries. Install, authenticate, and call from your language.
UI controls, analytics ids, API routes, and validation for every action.
Real-time event delivery to your endpoints, with signed, replay-safe payloads and automatic retries.
Set up Slack, Salesforce, and more with credentials, scopes, and checklists.
OAuth scopes, webhook validation, object mapping, and sync behavior.
Channels, direct messages, threads, and attachments - in real time, next to the work.
The vocabulary of Atlas - objects, roles, and concepts defined precisely.
Move through Atlas without ever leaving the keyboard.
Deep dives for every module Atlas ships, grouped and searchable.
A couple of minutes, three steps. Keep tokens narrow - start read-only and widen only when a call needs it.
Mint a Personal Access Token
Create a Personal Access Token in API access with the narrowest scopes you need, such as tasks:read. Tokens look like atlas_pat_... and carry your own permissions.
Make your first request
Send the token as a bearer header and read the first 50 tasks in your workspace.
Go deep on the reference
Browse every endpoint, parameter, scope, and error - each with request and response examples you can copy.
curl -H "Authorization: Bearer atlas_pat_REPLACE_ME" \
https://api.example.com/v1/tasks?limit=50Prefer natural language? Point an AI agent at Atlas with MCP, or wire up another product from Connectors.