Provider Modes
| Mode | What it is | When to use it |
|---|---|---|
| Ankra (default) | Platform-managed key, zero configuration | Getting started; no key management |
| Anthropic | Your own Anthropic API key | Full feature parity with your own billing and data agreement — the agentic loop is Anthropic-native |
| OpenAI-compatible | Any OpenAI v1 endpoint: LiteLLM, vLLM, TGI, Ollama, OpenRouter, Together, and similar | Self-hosted or third-party models behind an OpenAI-style API |
Configure Anthropic
Save the key
In the Anthropic card, paste an API key (must start with
sk-ant-). Ankra validates it with a one-token health check before saving.sk-ant-...XXXX). Deleting the key while Anthropic is active automatically reverts the organisation to the Ankra provider.
Configure an OpenAI-Compatible Endpoint
Save the configuration
In the OpenAI-compatible card, provide:
- Base URL — the endpoint’s OpenAI
/v1root,http(s)://(e.g.https://my-litellm.internal/v1) - Model — the model identifier your endpoint serves
- API key — the endpoint’s key
GET {'{base_url}'}/models on save to verify the endpoint responds. An incorrect model id only surfaces at the first AI call.In OpenAI-compatible mode, tool-using AI paths — the agentic AI Assistant, AI Insights, CI/CD file generation, and deploy analysis — fall back to the Ankra platform provider. Stack descriptions and summaries run natively against your endpoint. The What runs where matrix on the settings page shows the current mapping.
Permissions
Only organisation admins can view previews, save credentials, or switch providers. Other members see the settings read-only.Related Settings
The AI settings page has three more tabs:- Skills — organisation-specific AI skills; see AI Skills
- Insights — the org-wide toggle for Proactive AI Insights
- Advanced — the read-only system-prompt variant in use