> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LangSmith Fleet

> Create helpful AI agents without code. Start from a template, connect your accounts, and let the agent handle routine work while you stay in control.

<Callout icon="speakerphone" color="#4F46E5" iconType="regular">
  **Agent Builder is now LangSmith Fleet.** All existing agents, configurations, and integrations continue to work. No action is required.
</Callout>

LangSmith Fleet is a no-code platform for creating and managing AI agents. It allows you to create agents from templates, connect your accounts, and let the agent handle routine work while you stay in control.

Use Fleet to:

* Automate everyday tasks like drafting emails, summarizing updates, and organizing information.
* Connect your favorite apps to bring context into your agent's work.
* Use in chat or where you work (e.g., Slack) to get help in the flow.
* Stay in control with simple approvals for important actions.

## Start building

<CardGroup cols={2}>
  <Card title="Create with a template" icon="layout-grid" href="/langsmith/fleet/quickstart">
    Pick a ready-made starter (e.g., email assistant or team updates) and customize.
  </Card>

  <Card title="Create with AI" icon="wand">
    Describe your goal in plain English and let AI draft your agent's configuration. Review and edit before running.
  </Card>
</CardGroup>

## Get started

<Steps>
  <Step title="Sign up" icon="login">
    Sign up for a [LangSmith account](https://smith.langchain.com/agents?skipOnboarding=true\&utm_source=docs\&utm_medium=cta\&utm_campaign=langsmith-signup\&utm_content=langsmith-fleet-index).
  </Step>

  <Step title="Create an agent" icon="circle-plus">
    Start from a ready-to-use template, or describe your goal and let AI draft your agent's instructions. You can edit details before running. [Browse templates](https://www.langchain.com/templates).
  </Step>

  <Step title="Connect your accounts" icon="link">
    Securely sign in to the services you want the agent to use.
  </Step>

  <Step title="Try it out" icon="rocket">
    Run the agent and iterate on its instructions in a few clicks.
  </Step>
</Steps>

## Privacy policy and disclaimers

The LangSmith Fleet App for Slack collects, manages, and stores third-party data in accordance with our privacy policy. For full details on how your data is handled, please see [our privacy policy](https://www.langchain.com/privacy-policy).

Fleet uses the following approach to AI:

* **Model**: Uses LLMs provided through the LangSmith platform
* **Data retention**: User data is retained according to LangSmith's data retention policies
* **Data tenancy**: Data is handled according to your LangSmith organization settings
* **Data residency**: Data residency follows your LangSmith configuration

<Warning>
  Disclaimers:

  * **AI-generated content**: All responses from agents are generated by AI and may contain errors or inaccuracies. Always verify important information.
  * **Data usage**: Slack data is not used to train LLMs. Your workspace data remains private and is only used to provide agent functionality.
  * **Transparency**: Fleet is transparent about the actions it will take once added to your workspace, as outlined in the permissions section above.
</Warning>

## Learn more

* [Essentials: connections, automation, memory, approvals](/langsmith/fleet/essentials)
* [Create from a template](/langsmith/fleet/templates)
* [Set up your workspace](/langsmith/fleet/workspace-admin)
* [Connect apps and services](/langsmith/fleet/tools) and [use remote connections](/langsmith/fleet/mcp-framework)
* [Choose between workspace and private agents](/langsmith/fleet/manage-agent-settings)
* [Authorize accounts when prompted](/langsmith/fleet/auth-format)
* [Call agents from your app](/langsmith/fleet/code)

<Note>
  **Self-hosting for Fleet is available in Beta.** For more information, see [Enable Fleet](/langsmith/deploy-self-hosted-full-platform#enable-fleet-insights-and-polly).
</Note>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/fleet/index.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
