# Guild ## Docs - [Commands](https://docs.guild.ai/cli/commands.md): Reference for all Guild CLI commands. - [CLI reference](https://docs.guild.ai/cli/getting-started.md): Install the Guild CLI and learn the agent development workflow. - [Guild CLI](https://docs.guild.ai/cli/introduction.md): Install and set up the Guild command-line interface. - [Auto-managed state agents](https://docs.guild.ai/guide/coded-agents.md): Build deterministic TypeScript agents with automatic state management. - [LLM agents](https://docs.guild.ai/guide/llm-agents.md): Build prompt-driven agents that use an LLM to accomplish tasks. - [LLMs](https://docs.guild.ai/guide/llms.md): Make language model calls from inside your agent. - [Agent SDK](https://docs.guild.ai/guide/sdk-introduction.md): Overview of the Guild Agent SDK and how to choose an agent type. - [Self-managed state agents](https://docs.guild.ai/guide/self-managed-agents.md): Build event-driven agents with explicit state persistence and parallel tool calls. - [State](https://docs.guild.ai/guide/state.md): How Guild agents manage state across tool calls and session resumption. - [Tasks](https://docs.guild.ai/guide/tasks.md): The runtime context available to every agent — tools, LLMs, environments, and more. - [Versions](https://docs.guild.ai/guide/versions.md): Manage agent versions as you develop, test, and publish. - [Introduction](https://docs.guild.ai/index.md): The control plane for AI agents. - [Azure DevOps](https://docs.guild.ai/integrations/azure-devops.md): Give agents authenticated access to the Azure DevOps REST API. - [Bitbucket](https://docs.guild.ai/integrations/bitbucket.md): Give agents authenticated access to the Bitbucket Cloud REST API. - [Confluence](https://docs.guild.ai/integrations/confluence.md): Give agents authenticated access to the Confluence Cloud REST API. - [Cypress](https://docs.guild.ai/integrations/cypress.md): Give agents access to Cypress Cloud test reporting data. - [Figma](https://docs.guild.ai/integrations/figma.md): Give agents authenticated access to the Figma REST API. - [GitHub](https://docs.guild.ai/integrations/github.md): Give agents authenticated access to the GitHub REST API. - [Jira](https://docs.guild.ai/integrations/jira.md): Give agents authenticated access to the Jira Cloud REST API. - [New Relic](https://docs.guild.ai/integrations/newrelic.md): Give agents access to New Relic observability data. - [Pipedream (Notion & Google Docs)](https://docs.guild.ai/integrations/pipedream.md): Give agents access to Notion and Google Docs through Pipedream Connect. - [Slack](https://docs.guild.ai/integrations/slack.md): Give agents authenticated access to the Slack Web API. - [TestRail](https://docs.guild.ai/integrations/testrail.md): Give agents access to TestRail test management data. - [@guildai/agents-sdk](https://docs.guild.ai/packages/agents-sdk.md): The core SDK package for building Guild agents. - [babel-plugin-agent-compiler](https://docs.guild.ai/packages/babel-plugin.md): Babel plugin that compiles procedural TypeScript agents into resumable state machines. - [Agents](https://docs.guild.ai/platform/agents.md): Install pre-built agents or build your own with the Agent SDK. - [Context](https://docs.guild.ai/platform/context.md): Give agents background knowledge about your workspace. - [Credentials](https://docs.guild.ai/platform/credentials.md): Connect third-party services so agents can authenticate automatically. - [Integrations](https://docs.guild.ai/platform/integrations.md): Connect external services to your Guild organization. - [Organizations](https://docs.guild.ai/platform/organizations.md): Manage teams, billing, and credentials at the organization level. - [Sessions](https://docs.guild.ai/platform/sessions.md): Start conversations with agents and interact with them in real time. - [Triggers](https://docs.guild.ai/platform/triggers.md): Automate agent execution with webhook events and time schedules. - [Workspaces](https://docs.guild.ai/platform/workspaces.md): Shared environments for installing and running agents. - [Quickstart](https://docs.guild.ai/quickstart.md): Run an agent in under two minutes, then build your own. - [Task object](https://docs.guild.ai/sdk/task-object.md): Access Guild platform services, user interaction, and LLMs from your agent. - [Tool sets](https://docs.guild.ai/sdk/tools.md): Pre-built tool sets for building Guild agents. - [Create an Integration](https://docs.guild.ai/services/create-an-integration.md): Build custom integrations that connect Guild agents to any service.