🚀 Introducing Agent Gateway — governance, observability, and control for your AI agents.  Register for live webinar ↗
curl --request GET \
--url https://api.portkey.ai/v1/mcp-integrations \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"owner_id": "<string>",
"status": "<string>",
"type": "workspace",
"url": "<string>",
"auth_type": "oauth_auto",
"transport": "http",
"configurations": {},
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z",
"slug": "<string>",
"workspace_id": "<string>",
"description": "<string>",
"workspaces_count": 123
}
],
"total": 123,
"has_more": true
}List MCP Integrations for the organisation or workspace. Requires organisation_id (when using org admin API key) or x-portkey-api-key header.
curl --request GET \
--url https://api.portkey.ai/v1/mcp-integrations \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"owner_id": "<string>",
"status": "<string>",
"type": "workspace",
"url": "<string>",
"auth_type": "oauth_auto",
"transport": "http",
"configurations": {},
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z",
"slug": "<string>",
"workspace_id": "<string>",
"description": "<string>",
"workspaces_count": 123
}
],
"total": 123,
"has_more": true
}Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Organisation ID (required when using org admin API key)
workspace, organisation, all 1 <= x <= 1000x >= 0Was this page helpful?