AI Providers
A provider holds one set of model credentials - OpenAI, Anthropic, and others. Hosted agents and tools reference it by id, so the key is never passed inline or returned in a response.
Create a provider
Set test: true to validate the key against the provider before saving.
List, read, update
Test and delete
Use in an agent
Pass the provider id when running a hosted agent:
Next
- Hosted agents - point agents at a provider
- Invocations - the underlying call
- Vault - other secrets, stored separately

