API ReferenceAgents
List Agent Integrations
List integrations attached to an agent.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
agent_id*Agent Id
Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/agents/string/integrations"[
{
"integration_id": "string",
"provider": "string",
"kind": "string",
"display_name": "string",
"status": "string",
"scopes": [
"string"
],
"tool_allowlist": [
"string"
],
"attached_at": "string"
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}