For the complete documentation index, see llms.txt. This page is also available as Markdown.

Claude Managed Agents

Connect Claude Managed Agents to let groundcover Agent Mode run coding tasks with your configured Claude agent and environment

The Claude Managed Agents connector lets Agent Mode delegate coding tasks to a Claude agent configured in the Anthropic Console. Unlike connectors such as Notion and GitHub, groundcover communicates with this connector through the Claude Managed Agents API rather than an MCP server. The configured Claude agent can still use its own MCP servers and tools.

Prerequisites

Admin: Enable the Connector

  1. Go to Integrations → Connectors → Org Connectors.

  2. Select Claude Managed Agents.

  3. Toggle the connector to Enabled.

No organization-level Claude credentials are required. Enabling the connector makes it available under My Connections.

Connect a Claude Managed Agent

  1. Go to Integrations → Connectors → My Connections.

  2. Select Claude Managed Agents.

  3. Enter the required values:

    • API Key: Your Claude API key.

    • Agent ID: The Claude agent that should run tasks.

    • Environment ID: The environment in which the agent should run.

  4. Optionally add one or more Vault IDs.

  5. Optionally expand Memory Store and configure a memory store.

  6. Click Connect.

You can add multiple Claude Managed Agents connections. After the first connection, each additional connection requires a unique name so Agent Mode can distinguish them.

Optional Configuration

Setting
Description

Vault IDs

Secrets that the configured Claude agent can use while running tasks

Memory Store ID

A memory store that persists context across agent runs

Access

Whether the agent has Read & write (the initial default) or Read only access to the memory store

Instructions

Guidance describing how the agent should use the memory store

Manage a Connection

Open a Claude connection under My Connections to:

  • Edit its Agent ID, Environment ID, vaults, or memory store.

  • Rename it.

  • Update the API key without recreating the connection.

  • Click Test connection to send a short probe and confirm that Claude can reach the configured agent and environment.

  • Configure tool restrictions to run actions automatically, require approval, or deny them.

  • Add another Claude connection or disconnect the current one.

Troubleshooting

Issue
Resolution

Claude Managed Agents is unavailable under My Connections

Ask a workspace admin to enable it under Org Connectors

Test connection fails

Confirm the API key is active and the Agent ID and Environment ID belong to resources the key can access

A task cannot access a secret

Confirm the correct vault ID is attached and that the configured agent has permission to use it

Memory is not retained

Confirm the Memory Store ID and access level, and check that the store is available to the configured agent

Last updated