Skip to main content
Sail supports the Responses (/v1/responses) and Chat Completions API (/v1/chat/completions); see the API support matrix for the full picture. If you are already using OpenAI or another inference provider, switching to Sail is just a base URL and API key change.

1. Get your API key

Sign up at the Sail dashboard and create an API key.

2. Make a request

Install the OpenAI SDK and point it at Sail. Create a response with background=True so the request returns a response_id immediately, then poll until completion:

Next steps

  • Look at our full list of supported models and pricing.
  • Browse the full API reference to see supported endpoints and request fields.
  • Using a coding agent? Install the Sail plugin to delegate work, request reviews, or migrate an existing app without changing your workflow.
  • Email us if you have questions.