Models and tools

OpenAI

An OpenAI integration stores a project-owned OpenAI API key so Mobius-hosted agents can run GPT models through that key.

Use OpenAI when a project should use its own OpenAI account and quota for agent model calls. The integration does not add source events.

Capability map

CapabilityValue
Provider IDopenai
Auth kindapi_key
Connect flowInline API key
ActionsNo
EventsNo
Webhook deliveryNo
Event samplesNo
Live statusNo

Connect OpenAI

SurfaceSupport
AppOpen Govern > Integrations, choose OpenAI, and paste an OpenAI API key.
CLIThe mobius CLI does not connect OpenAI integrations yet. Use the app or API.
APICall POST /v1/projects/{project}/integrations/providers/openai/connect with api_key.

A project-owned key takes precedence over the platform credential for OpenAI models. This lets paid projects keep agents running through bring-your-own-key credentials even when platform-funded model 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