ManagedRuntimeResponseDto

August 7, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescription
providerIdString:heavy_check_mark:N/A
integrationIdString:heavy_check_mark:N/A
externalAgentIdString:heavy_check_mark:N/A
externalEnvironmentIdOptional<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.
externalWorkspaceIdOptional<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.
consoleUrlOptional<String>:heavy_minus_sign:Deep link to the agent in the provider console (e.g. platform.claude.com).
toolsList<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.
mcpServersList<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.
systemPromptOptional<String>:heavy_minus_sign:System prompt used when invoking the agent.