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 - Claude Desktop: Settings → Connectors → Add custom connector, then paste the URL.
- ChatGPT: Settings → Apps & Connectors → turn on 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 migrating existing apps to Sail and for building observable agents on Sail. 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:sail-migrate or /sail:sail-voyage.
Before you run generated SDK code, install
sail and export SAIL_API_KEY.
Do not rely on sail auth login as the SDK auth path for a plain Python agent
process.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.