Saltar para o conteúdo principal
GET
/
public
/
api
/
v1
/
agents
/
{agentPublicId}
/
native-mcps
List Native MCP connections linked to the agent
curl --request GET \
  --url https://api.gennia.ai/public/api/v1/agents/{agentPublicId}/native-mcps \
  --header 'X-Api-Key: <api-key>'
{
  "connections": [
    {
      "name": "<string>",
      "publicId": "550e8400-e29b-41d4-a716-446655440000",
      "status": "ACTIVE",
      "toolkitIconUrl": "<string>",
      "toolkitName": "Slack",
      "toolkitSlug": "slack"
    }
  ]
}

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

agentPublicId
string<uuid>
obrigatório

Resposta

OK

Envelope for a list of Native MCP (Composio) connections.

connections
object[]

Connections in the response.