The Headless Fleet API is the programmatic interface to LangSmith Fleet. Use it to build custom UIs, integrate Fleet into existing applications, or manage agents from code. For example, you can build:Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Agent products embedded in your existing application, with your own branding and authentication.
- Internal tools and admin consoles for your engineers and operators.
- Agent provisioning pipelines driven from infrastructure-as-code or CI.
Quickstart
Authenticate, create your first agent, and run it from code.
Fleet is the no-code product for building and running agents from a hosted UI. The Headless Fleet API exposes the same underlying platform as a set of REST endpoints. Resources created through Fleet are available through the API, and resources created through the API appear in the Fleet UI.
- Agents: Configured graphs with their own files, configuration, and metadata
- Threads: Accumulated state of a conversation across one or more runs
- Skills: Reusable, versioned bundles of files that agents can load at runtime
- Integrations: Third-party services available to your workspace, with one or more supported auth methods
- Auth providers: OAuth providers that authorize connections on behalf of your users
- Auth sessions: In-flight OAuth flows that connect an end user to a provider
- Auth tokens: Connection tokens representing a user’s authorized access to a third-party service
- Triggers: Events that fire an agent on a schedule, an inbound message, or a webhook
- Trigger templates: Kinds of triggers available to your workspace, such as cron, webhook, and Slack bot
Base URL
The Headless Fleet API is served at{BASE_URL}. All endpoints are prefixed with /v1/fleet.
The Headless Fleet API is currently in
{RELEASE_STATUS}. {Description of support level, feature-flag requirements, and breaking-change policy.}Authentication
Authentication is required for all Headless Fleet API requests. Include your LangSmith API key in the{HEADER_NAME} header on every request. To create one, follow the Create an API key guide.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

