Use Case Finder

View as Markdown

The Atoms docs are deep. This page is the shortest path from “I want X” to the one canonical page covering X. Built for forward-deployed engineers and customers who need an answer in one click.

Choose your starting point

Two surfaces exist for building agents. Pick by interface, not by complexity.

If you want to…Start here
Build an agent without writing code — single prompt, voice picker, dashboard configAtoms Platform Quick start
Build an agent in Python, multi-node, custom logic, custom LLMQuickstart Crew CLI
Embed an agent in a web page (existing agent)Agent Web SDK
Embed an agent in a mobile appReact Native · iOS Swift · Android Kotlin · Flutter

Build

Conversational behavior

GoalPage
Write the system promptPrompts
Pick or configure the LLMLLM Settings
Use your own model (BYOM)BYOM
Handle barge-in / user interruptionsInterruption Handling
Stream agent outputStreaming
Multi-node crews (router + workers, background analyzer)Multi-Agent Orchestration
Track and edit agent config safelyAgent Versioning

Tools (function calling)

GoalPage
Define a tool the LLM can callDefining Tools
Wire up the multi-round tool loopExecuting Tools
End-call, transfer, knowledge-base lookup, API-call (no code)Built-in Tools

Phone calling

GoalPage
Place an outbound callOutbound Calls
Take inbound calls on a number you ownPhone Numbers
Run a calling campaignCreating Campaigns
Control mid-call (transfer, hold, end)Call Control

Knowledge base

GoalPage
Add a knowledge source (PDF, URL, text)Knowledge Base — Platform
Query KB from inside a crewKnowledge Base — Usage

Integrate

GoalPage
Drop the widget into a marketing or product siteWidget
Connect from a custom web appAgent Web SDK
Connect from a server (Python / Node / Go)Realtime Agent WebSocket API
Receive call events on your backendWebhooks
Tap the live transcript streamSSE for Live Transcripts
Migrating from ElevenLabs Conversational AIFrom ElevenLabs

Operate

GoalPage
Debug why an agent is silent or unresponsiveCommon Issues — Agent Crews
Inspect what an agent did on a specific callPost-Call Analytics
See call latency and quality metricsCall Metrics
Track error logs in productionLogging & Observability
Catch runtime errors before customers doError Handling
Roll back a misbehaving deploymentAgent Versioning

Reference

GoalPage
Full HTTP API surfaceAPI Reference
WebSocket protocol (every event, every field)Realtime Agent WebSocket API
Error codes and severityError Reference
ChangelogChangelog