Atlas developer platform
Ship on an OpenAPI 3.1 REST API with HMAC-signed webhooks, OAuth 2.0 apps, and idempotency keys, or skip the SDK entirely and add Atlas as an MCP server so Claude and any agentic client can read and write your workspace.
curl -X POST https://api-atlas.wrxstack.com/v1/tasks \
-H "Authorization: Bearer atlas_pat_live_..." \
-H "Idempotency-Key: 7f3a91c2-1b8e-4d3f-9c6a" \
-H "Content-Type: application/json" \
-d '{ "title": "Review contract", "priority": "high" }'How it works
Use the REST API for classic integrations, or connect an agent over MCP. Both are scoped per tenant and written to the audit log.
Create a scoped personal access token or an OAuth 2.0 app with granular scopes.
OpenAPI 3.1 endpoints with typed clients for TypeScript, Python, and Go.
Idempotency keys on every write make retries safe and duplicates impossible.
HMAC SHA-256 signed webhooks with replay protection push changes to your app.
Add Atlas as an MCP server in Claude Desktop or Claude Code, no SDK required.
Every API call and MCP tool call lands in the tamper-evident audit log.
What you get
A documented spec with typed clients for TypeScript, Python, and Go.
HMAC SHA-256 signatures, delivery IDs, and replay protection on every event.
Scoped tokens, per-app permissions, and rotation, for building on behalf of tenants.
Read and write tasks, projects, notes, files, and calendar from any MCP client.
Per-tenant, tool-level scopes with an audit entry on every call.
Per-tenant rate limits, cursor pagination, filtering, and sorting out of the box.
Explore more
FAQ
Ready when you are
Start free, grab a scoped token, and ship an integration over REST, or add Atlas to Claude over MCP in minutes.