# atmon documentation > atmon lets an assistant act in the apps you already use, inside limits you set, with a record of everything it did. atmon is the execution layer an agent calls to find a tool, hold the credential, apply policy, make the call, and read back what happened. These docs are written for both audiences that read them: developers integrating the API, and agents reasoning over it. Every link below is markdown. The whole readable set is at https://atmon.ai/docs/llms-full.txt, which leaves out the per-toolkit tool tables; fetch a toolkit's own page for those. ## Start - [atmon documentation](https://atmon.ai/docs/index.md): atmon lets an assistant act in the apps you already use, inside limits you set, with a record of everything it did. - [Start](https://atmon.ai/docs/start.md): This page takes you from nothing to a first recorded action, in about ten minutes. ## Using atmon - [Using atmon](https://atmon.ai/docs/using/index.md): The console is one screen per thing you might want to do. - [Approvals and questions](https://atmon.ai/docs/using/approvals.md): The **Inbox** is where work stops and waits for a person. - [Connect an app](https://atmon.ai/docs/using/connect-apps.md): Nothing can act until an account is connected. - [Jobs](https://atmon.ai/docs/using/jobs.md): A job is work that is too big to sit inside a conversation: analyze ten thousand documents, move forty thousand files, write to a hundred records. - [Members and billing](https://atmon.ai/docs/using/members-and-billing.md): Two screens sit outside a project, because they are about the organization rather than about one piece of work: **Members** and **Billing**. - [Policies](https://atmon.ai/docs/using/policies.md): **Policies** is where you say what may be done, what may be spent, and who is allowed to change either. - [Private tools](https://atmon.ai/docs/using/private-tools.md): A private tool is one your project brings: an internal service, a provider nobody has written a connector for yet, or a variant of a shared one shaped to how you work. - [Standing work](https://atmon.ai/docs/using/standing-work.md): Standing work is work that starts without anybody asking: on a schedule, or when something happens in one of the connected apps. ## For your AI - [For your AI](https://atmon.ai/docs/for-your-ai/index.md): This section is about pointing an assistant at your atmon account: what to configure, what to teach it, and what it actually sees once it is connected. - [Connect your assistant](https://atmon.ai/docs/for-your-ai/mcp.md): Two things go into every client on this page: an address and a key. - [The atmon skill](https://atmon.ai/docs/for-your-ai/skill.md): The connection gives an assistant the ability to act. - [The four verbs](https://atmon.ai/docs/for-your-ai/the-four-verbs.md): This is what an assistant sees once it is connected, and how each one is meant to be used. ## SDKs - [SDKs](https://atmon.ai/docs/sdks/index.md): Two clients, TypeScript and Python. - [Python](https://atmon.ai/docs/sdks/python.md): The Python client: install, authenticate, make the first call, and reach the four verbs from your own code. - [TypeScript](https://atmon.ai/docs/sdks/typescript.md): The TypeScript client: install, authenticate, make the first call, and reach the four verbs from your own code. ## API reference - [API reference](https://atmon.ai/docs/reference/api/index.md): Everything on these pages is a POST with a JSON body. - [CatalogService](https://atmon.ai/docs/reference/api/catalog.md): Read what exists: the apps atmon can reach, the tools each one brings, and one tool's full definition. - [ConnectionsService](https://atmon.ai/docs/reference/api/connections.md): Connect an account on behalf of one of your users, read the state of one, and disconnect it. - [ExecutionService](https://atmon.ai/docs/reference/api/execution.md): Run one tool, and read back what happened. - [JobsService](https://atmon.ai/docs/reference/api/jobs.md): Hand over work that is bigger than one call: analyze ten thousand rows, move forty thousand files, write to a hundred records. - [KeysService](https://atmon.ai/docs/reference/api/keys.md): The project's own API keys: mint one, list them, retire one. - [RouterService](https://atmon.ai/docs/reference/api/router.md): Find the tool for a task by describing the task. - [TracesService](https://atmon.ai/docs/reference/api/traces.md): Read back one decision and everything that ran under it. - [TriggersService](https://atmon.ai/docs/reference/api/triggers.md): The inbound direction: an external app has something happen, and you hear about it. - [UsageService](https://atmon.ai/docs/reference/api/usage.md): What this project has used, aggregated from the same receipts everything else reads. ## Reference tables - [API stability](https://atmon.ai/docs/reference/api-stability.md): This page says which parts of atmon your code may depend on, what we promise - [Error codes](https://atmon.ai/docs/reference/errors.md): `error_code` on a tool call is a stable public contract. - [Limits](https://atmon.ai/docs/reference/limits.md): Several things bound a call. ## App reference - [Toolkits](https://atmon.ai/docs/reference/toolkits/index.md): The shared catalog ships 65 toolkits: 2296 action tools and 11 triggers. - [Adyen](https://atmon.ai/docs/reference/toolkits/adyen_checkout.md): Online payments. - [Airtable](https://atmon.ai/docs/reference/toolkits/airtable.md): Spreadsheet-style databases. - [Algolia Ingestion](https://atmon.ai/docs/reference/toolkits/algolia_ingestion.md): Feeding a search index. - [Algolia Search](https://atmon.ai/docs/reference/toolkits/algolia_search.md): Hosted site search. - [Amplitude](https://atmon.ai/docs/reference/toolkits/amplitude.md): Product analytics. - [Asana](https://atmon.ai/docs/reference/toolkits/asana.md): Work management. - [atmon](https://atmon.ai/docs/reference/toolkits/atmon.md): This project's own atmon node. - [Box](https://atmon.ai/docs/reference/toolkits/box.md): Cloud files. - [Calendly](https://atmon.ai/docs/reference/toolkits/calendly.md): Meeting scheduling. - [ClickUp](https://atmon.ai/docs/reference/toolkits/clickup.md): Project and task tracking. - [Confluence](https://atmon.ai/docs/reference/toolkits/confluence.md): Team wiki. - [Discord](https://atmon.ai/docs/reference/toolkits/discord.md): Community chat. - [DocuSign](https://atmon.ai/docs/reference/toolkits/docusign.md): Electronic signatures. - [Dropbox](https://atmon.ai/docs/reference/toolkits/dropbox.md): Cloud files. - [Dropbox Sign](https://atmon.ai/docs/reference/toolkits/dropbox_sign.md): Electronic signatures, formerly HelloSign. - [Figma](https://atmon.ai/docs/reference/toolkits/figma.md): Design files. - [Freshdesk](https://atmon.ai/docs/reference/toolkits/freshdesk.md): Customer support desk. - [Front](https://atmon.ai/docs/reference/toolkits/front.md): Shared team inbox. - [GitHub](https://atmon.ai/docs/reference/toolkits/github.md): Code hosting. - [GitLab](https://atmon.ai/docs/reference/toolkits/gitlab.md): Source control and CI/CD. - [Gmail](https://atmon.ai/docs/reference/toolkits/gmail.md): Email. - [Google Calendar](https://atmon.ai/docs/reference/toolkits/google_calendar.md): Calendars. - [Google Docs](https://atmon.ai/docs/reference/toolkits/google_docs.md): Documents. - [Google Drive](https://atmon.ai/docs/reference/toolkits/google_drive.md): Cloud files. - [Google Maps Platform](https://atmon.ai/docs/reference/toolkits/google_maps.md): Maps and places. - [Google Sheets](https://atmon.ai/docs/reference/toolkits/google_sheets.md): Spreadsheets. - [HubSpot](https://atmon.ai/docs/reference/toolkits/hubspot.md): CRM and sales pipeline. - [Intercom](https://atmon.ai/docs/reference/toolkits/intercom.md): Customer messaging. - [Jira](https://atmon.ai/docs/reference/toolkits/jira.md): Issue tracking. - [Linear](https://atmon.ai/docs/reference/toolkits/linear.md): Issue tracking for software teams. - [Mailchimp](https://atmon.ai/docs/reference/toolkits/mailchimp.md): Email marketing. - [Mailgun](https://atmon.ai/docs/reference/toolkits/mailgun.md): Transactional email. - [Microsoft Outlook](https://atmon.ai/docs/reference/toolkits/microsoft_outlook.md): Outlook mail on Microsoft 365. - [Microsoft Teams](https://atmon.ai/docs/reference/toolkits/microsoft_teams.md): Chat and meetings. - [monday.com](https://atmon.ai/docs/reference/toolkits/monday.md): Work management on monday.com. - [Notion](https://atmon.ai/docs/reference/toolkits/notion.md): Notes, wikis, and databases. - [OpenAI](https://atmon.ai/docs/reference/toolkits/openai.md): OpenAI models. - [Ory Hydra](https://atmon.ai/docs/reference/toolkits/ory_hydra.md): OAuth and OpenID Connect server. - [Ory Identities](https://atmon.ai/docs/reference/toolkits/ory_kratos.md): User identity and login. - [PagerDuty](https://atmon.ai/docs/reference/toolkits/pagerduty.md): On-call and incidents. - [PayPal](https://atmon.ai/docs/reference/toolkits/paypal.md): Payments and billing. - [Pipedrive](https://atmon.ai/docs/reference/toolkits/pipedrive.md): Sales CRM. - [Plaid](https://atmon.ai/docs/reference/toolkits/plaid.md): Bank connections. - [Qdrant](https://atmon.ai/docs/reference/toolkits/qdrant.md): Vector database. - [QuickBooks](https://atmon.ai/docs/reference/toolkits/quickbooks.md): Accounting. - [Salesforce](https://atmon.ai/docs/reference/toolkits/salesforce.md): CRM for sales and service. - [Segment](https://atmon.ai/docs/reference/toolkits/segment.md): Customer data pipelines. - [SendGrid](https://atmon.ai/docs/reference/toolkits/sendgrid.md): Email delivery. - [SendGrid Suppressions](https://atmon.ai/docs/reference/toolkits/sendgrid_suppressions.md): Email suppression lists. - [Shopify](https://atmon.ai/docs/reference/toolkits/shopify.md): Online store. - [Slack](https://atmon.ai/docs/reference/toolkits/slack.md): Team messaging. - [Spotify](https://atmon.ai/docs/reference/toolkits/spotify.md): Music streaming. - [Square](https://atmon.ai/docs/reference/toolkits/square.md): Point of sale and commerce. - [Stripe](https://atmon.ai/docs/reference/toolkits/stripe.md): Payments and billing. - [Telegram](https://atmon.ai/docs/reference/toolkits/telegram.md): Messaging bots. - [Todoist](https://atmon.ai/docs/reference/toolkits/todoist.md): Task lists. - [Trello](https://atmon.ai/docs/reference/toolkits/trello.md): Boards, lists, and cards. - [Twilio](https://atmon.ai/docs/reference/toolkits/twilio.md): Text messages and calls. - [Typeform](https://atmon.ai/docs/reference/toolkits/typeform.md): Forms and surveys. - [Typesense](https://atmon.ai/docs/reference/toolkits/typesense.md): Open-source search. - [Webflow](https://atmon.ai/docs/reference/toolkits/webflow.md): Sites and CMS. - [Xero](https://atmon.ai/docs/reference/toolkits/xero.md): Small business accounting. - [YouTube](https://atmon.ai/docs/reference/toolkits/youtube.md): Video. - [Zendesk](https://atmon.ai/docs/reference/toolkits/zendesk.md): Support ticketing. - [Zoom](https://atmon.ai/docs/reference/toolkits/zoom.md): Meetings and webinars.