ManagedRuntimeResponseDto
August 7, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
providerId | String | :heavy_check_mark: | N/A |
integrationId | String | :heavy_check_mark: | N/A |
externalAgentId | String | :heavy_check_mark: | N/A |
externalEnvironmentId | Optional<String> | :heavy_minus_sign: | The provider-side environment that hosts this agent. Hydrated from the linked integration credentials. Absent when the integration has not been provisioned. |
externalWorkspaceId | Optional<String> | :heavy_minus_sign: | The provider-side workspace id used in console deep links. Defaults to 'default' (the auto-created Default Workspace). Hydrated from the linked integration credentials. |
consoleUrl | Optional<String> | :heavy_minus_sign: | Deep link to the agent in the provider console (e.g. platform.claude.com). |
tools | List<AgentToolDto> | :heavy_minus_sign: | Live tools enabled on the managed-runtime provider for this agent. Sourced from the provider on read; omitted when the provider is temporarily unreachable. |
mcpServers | List<AgentMcpServerDto> | :heavy_minus_sign: | MCP servers enabled on this agent, projected onto the runtime catalog { externalId, name, url } shape. Mongo is the source of truth; the projection matches what the provider sees. Omitted when the provider read fails after a managed-agent write. |
systemPrompt | Optional<String> | :heavy_minus_sign: | System prompt used when invoking the agent. |