# TryAgent ## Docs - [Escalation primitive](https://tryagentai.mintlify.app/concepts/escalation-primitive.md): The one decision object an agent sends to TryAgent. - [Policies and routing](https://tryagentai.mintlify.app/concepts/policies-and-routing.md): How policy keeps routing out of agent code. - [Examples](https://tryagentai.mintlify.app/examples.md): Runnable TryAgent examples on GitHub. - [Connect Slack](https://tryagentai.mintlify.app/guides/connect-slack.md): Install the TryAgent Slack bot for DMs and channel notifications. - [Create an escalation policy](https://tryagentai.mintlify.app/guides/create-escalation-policy.md): Define routing for one agent decision point. - [Use LangGraph interrupts](https://tryagentai.mintlify.app/guides/langgraph-interrupts.md): Pause a LangGraph workflow and resume it from a TryAgent decision. - [TryAgent docs](https://tryagentai.mintlify.app/index.md): Human decision boundaries for AI agents. - [Quickstart](https://tryagentai.mintlify.app/quickstart.md): Create an escalation and resume your workflow from a signed callback. - [Client](https://tryagentai.mintlify.app/sdk/client.md): Create and configure the TryAgent SDK client. - [Errors](https://tryagentai.mintlify.app/sdk/errors.md): Handle API and network errors from the SDK. - [Escalations](https://tryagentai.mintlify.app/sdk/escalations.md): Create, read, and decide on escalations from the SDK. - [Python](https://tryagentai.mintlify.app/sdk/python.md): Create and manage TryAgent escalations from Python agents and workflows. - [Webhooks](https://tryagentai.mintlify.app/sdk/webhooks.md): Verify signed resume callbacks from TryAgent.