Integrations
OpenAI
An OpenAI integration stores an organization-owned OpenAI API key. Agents can use that key when they run GPT models.
Use OpenAI when your organization should use its own OpenAI account and quota for agent model calls. The integration does not add source events.
Capability map
| Capability | Value |
|---|---|
| Provider ID | openai |
| Auth kind | api_key |
| Connect flow | Inline API key |
| Actions | No |
| Events | No |
| Webhook delivery | No |
| Event samples | No |
| Live status | No |
Connect OpenAI
| Surface | Support |
|---|---|
| App | Open Library > Integrations, choose OpenAI, and paste an OpenAI API key. |
| CLI | The mobius CLI does not connect OpenAI integrations yet. Use the app or API. |
| API | Call POST /v1/integrations/providers/openai/connect with api_key. |
An organization-owned key takes precedence over the platform credential for OpenAI models. This keeps agent model calls on your OpenAI account when platform-funded calls are capped.
Actions
OpenAI does not register action catalog entries. Use it through agent model selection.
Events
OpenAI does not register source events.
Next
- Configure model use from agents.
- Review model routing in agent definitions.
- Keep provider keys in integrations.