Overview
Start using Sail by providing your agent with Sail’s docs and the patterns to migrate existing apps or build observable agents on Sail.Sail docs MCP
Connects your agent to Sail’s documentation: the API, models, pricing, and
SDK. Served live from these docs, so it stays current.
Sail workflow skills
Gives your agent the patterns to migrate existing apps and to build,
instrument, and debug observable agents on Sail.
Step 1: Give your agent Sail’s docs
Connect your tool to the Sail docs MCP server athttps://docs.sailresearch.com/mcp. It gives your agent a live connection to
these docs, so answers stay current:
- Claude Code:
claude mcp add --transport http sail-docs https://docs.sailresearch.com/mcp - Codex:
codex mcp add sail-docs --url https://docs.sailresearch.com/mcp - Claude Desktop: Settings → Connectors → Add custom connector, then paste the URL.
- ChatGPT: Where your workspace allows Developer mode and custom connectors, go to Settings → Apps & Connectors → Developer mode → Add new connector, then paste the URL.
- Cursor: Settings → MCP, then add the URL.
Step 2: Give your agent Sail’s workflow skills
The canonical package is sailresearchco/sail-skills. It packages skills for delegating coding work, migrating existing apps to Sail, and building observable agents. An agent run is recorded as a Voyage: a trace of named agents, spans, and events, with every model call and Sailbox command attributed to the right step.
Install for your agent:
sail-delegate MCP server, works in Claude Code
and local Codex app, CLI, and IDE sessions. Hosted Codex sessions cannot run
the local server. See Sail for coding agents for the three
delegation modes, direct invocation syntax, and troubleshooting.
Before you run generated SDK code, install
sail. The Sail SDK can use a
credential stored by sail auth login on the same machine. For CI,
deployments, Sailbox guests, or third-party inference SDKs configured for
Sail, provide SAIL_API_KEY in that runtime environment.Next steps
Already have an agent or workflow? Install the skills above, then ask your coding agent to “Migrate this app to Sail”. Thesail-migrate skill
guides the whole migration, including moving sandboxed execution to Sail.
Prefer not to install anything? Copy the migration prompt from
Migrate to Sail instead.
Starting fresh? Use the sail-voyage skill to build your own observable AI
workflow. Ask your coding agent:
sail-voyage skill takes it from there.
Or make a plain inference call first. See the inference Quickstart.