Assistant providers are AI backends that OpenIndex uses to execute agent-required workflow stages. When a workflow stage is marked as agent-required, OpenIndex dispatches that stage to a configured provider instead of waiting for a human to act. Instance admins configure providers for the entire deployment. Individual workflow stage settings reference the active provider configuration by ID.Documentation Index
Fetch the complete documentation index at: https://docs.orca.0-9.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.