configure_coding_agent_runtime
Configure the coding agent runtime for Lightbulb by selecting Codex or Claude Code as the backend, then specify model provider, model ID, and optional connection settings.
Instructions
Configure Codex or Claude Code as the Lightbulb coding agent runtime.
Args: runtime_backend: codex_app_server, codex, claude_agent_sdk, or claude_code. model_provider: Optional provider such as openai or anthropic. model_id: Optional model id. Defaults are chosen by the platform. provider_connection_id: Optional existing AI provider connection UUID. use_codex_account: Must remain false (the default). Connected Codex account execution is disabled until account-synced managed requirements and hooks can be isolated from the agent-worker host. Use a governed Lightbulb provider connection instead. scope: USER, COMPANY, or TENANT. USER is the normal personal setting. request_overrides: Optional JSON object with additional safe runtime hints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | USER | |
| model_id | No | ||
| model_provider | No | ||
| runtime_backend | Yes | ||
| request_overrides | No | {} | |
| use_codex_account | No | ||
| provider_connection_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |