Workflow agent run tokens cannot manage provider settings. Use an admin Personal Access Token (PAT) with the
admin scope for all provider configuration operations.Configure via the API
List providers
Add a provider
Display name for this provider configuration.
Provider type identifier (e.g.
openai, anthropic).Provider-specific configuration object (API key, model, endpoint, etc.).
Update a provider
Test a provider
Before attaching a provider to a workflow, verify it is reachable:Delete a provider
Configure via the CLI
The
oi settings admin command group requires a profile configured with an admin PAT. See the authentication docs for how to create one.Attaching a provider to a workflow stage
Workflow stages can be marked as agent-required in the workflow definition. When a work item enters an agent-required stage, OpenIndex looks for a configured and active assistant provider to dispatch the stage to. To enable agent dispatch:- Configure at least one assistant provider via the API or CLI.
- Test the provider to confirm it is reachable.
- In your workflow definition, mark the relevant stage as agent-required and reference the provider.