This is the only externally-supported programmatic surface. Operating Valkyrie,
creating deployments, launching fine-tuning jobs, managing datasets, is done
through the dashboard or the MCP server,
not a public REST API. There is no public control-plane API to program against.
Base URL
Use the API base URL for your environment. If your organization runs a separate
environment, substitute its host. API keys are environment-specific.
Endpoints
A ready deployment is addressed by its slug,deployment-{id} (for example
deployment-213), or by an alias:
- OpenAI-compatible follows the Chat Completions contract, see Chat Completions.
- Anthropic-compatible follows the Messages contract, so Claude clients work, see Connect Claude Code.
Authentication
Send a deployment API key (vk_dep_):
See Authentication.