v30

latestOpenAPI 3.0.3raw.githubusercontent.com2026-02-16162228.3 KB
MCP Servers

Create a tenant for an MCP Server

post/agents/{agentId}/mcpservers/{mcpserver_id}/tenants

Path parameters

agentIdstring required

The unique identifier of the agent

mcpserver_idstring required

Request body

Tenant required

Arbitrary key-value mapping.

  • Keys are strings.
  • Values are JSON objects with arbitrary properties.

Example request

{
  "eoghan@inconvo.com": {
    "organisation": 2
  },
  "eoghan-inconvo": {
    "company": "inconvo"
  }
}

Response

Tenant created

Tenant required

Arbitrary key-value mapping.

  • Keys are strings.
  • Values are JSON objects with arbitrary properties.

Example response

{
  "eoghan@inconvo.com": {
    "organisation": 2
  },
  "eoghan-inconvo": {
    "company": "inconvo"
  }
}