Deep Agents/Protocols & Platform
Beginner9 min

LangSmith Fleet: No-Code Agent Platform

Fleet is LangSmith's no-code agent builder — create agents from templates, connect event-driven channels (Gmail, Slack, Teams), schedule recurring runs, and deploy with zero infrastructure.

Quick Reference

  • Fleet = no-code agent creation platform within LangSmith
  • Create agents from templates or with AI-assisted configuration — no Python/JS needed
  • Channels: event-driven triggers from Gmail, Slack, Microsoft Teams that auto-activate agents
  • Schedules: cron-like recurring runs for daily briefings, monitoring, data collection
  • Fleet Webhooks: CI/CD-style publishing with full agent config payloads
  • Remote MCP Servers: connect to external MCP servers with OAuth 2.1 for tool access

What Is Fleet?

Fleet is the no-code layer on top of Agent Server. Where create_agent and create_deep_agent require Python code, Fleet lets you build and deploy agents entirely through a web UI. Select a template, configure the model and tools, connect channels (Gmail, Slack), and schedule runs — all without writing code.

ApproachCode RequiredCustomizationBest For
Fleet (no-code)NoneTemplates + configurationBusiness users, quick prototypes, ops automation
create_agent (code)Python/JSFull programmatic controlDevelopers, custom logic, production agents
create_deep_agent (code)Python/JSFull + planning/filesystemComplex autonomous tasks, coding agents