provider field — or omit both to fall back to your workspace default.
Supported providers
Shipfox supports 30+ providers — Anthropic, OpenAI, Azure OpenAI, DeepSeek, Google, xAI, Mistral, Groq, OpenRouter, and many more. Each has aprovider ID and a default
model used when a step doesn’t name one.
See the Model Providers reference for the complete
table of every provider, its ID, and its default model.
Configure a provider
- In the Shipfox dashboard, navigate to Settings → Agent providers.
- Find the provider you want to use and click Configure.
- Enter the API key. Azure OpenAI also requires an Endpoint URL — paste your Azure deployment endpoint into the additional field.
- Click Save.
- Optionally, click Set as default to make this the default provider for agent steps that do not specify a
provider.
Using a provider in your workflow
If one provider is configured and set as default, you can omit bothprovider and model to use the workspace defaults. Otherwise, specify both to be explicit:
model ID must match an ID recognized by the specified provider. Refer to the provider’s own documentation for a full list of available model IDs — Shipfox passes the model string directly to the provider’s API.
Unsupported providers
Amazon Bedrock, Google Vertex AI, OpenAI Codex, and GitHub Copilot appear in
the provider list but are not yet supported. They require cloud IAM
credentials or OAuth flows that are not available via API key configuration.
Support for these providers is planned for a future release.
Next steps
- Agent Steps — use configured providers in workflow YAML with
modelandprovider.