Everything you need, built in.
The essentials for teams that want to move fast without giving up control.
Your domain logic, event-driven.
Listen to `deal.*` events, apply your domain rules, write back via the API. This recipe covers the full loop — signature verification, idempotency, and retry-safe handlers.
- Set up a signed webhook endpoint in 20 lines
- Apply domain logic: scoring, routing, SLAs
- Write back with idempotency keys for crash-safety
- Deploy to Vercel, Cloudflare Workers, or Fly.io
Drop your LLM into the CRM.
Use Atlas as the system of record, your LLM as the compute. This recipe wires OpenAI or Anthropic into reply-drafting, call summarization, and contact enrichment.
- Fetch deal context via GraphQL in one round-trip
- Pipe to your LLM with structured output schemas
- Write results back as activities or custom fields
- Audit every AI write — who, when, which prompt
Teams ship revenue with this.
Real-world use cases across every revenue function.
Frequently asked questions
Are these guides kept up to date?
Yes — every guide is CI-tested against the current API version. If a code snippet breaks, the guide fails to build. No stale examples.
Can I run the examples locally?
Every guide ships with a matching repo on GitHub (`atlas-dev/guides/<slug>`). Clone, set your API key, run `make dev`.
Do you have video walkthroughs?
Yes — the top 10 guides have a 5-10 minute walkthrough on atlas.dev/watch. Chaptered, captioned, searchable.
Can I request a guide?
Absolutely. Request one in the `#devrel-requests` Discord channel or email `developers@atlas.dev`. Common requests get prioritized.