Composio · Schema

CreateConnectedAccountRequest

AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooks

Properties

Name Type Description
toolkit string The toolkit to connect to.
authConfigId string Optional auth config to use for this connection.
entityId string Identifier for the end user entity.
View JSON Schema on GitHub

JSON Schema

composio-createconnectedaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateConnectedAccountRequest",
  "title": "CreateConnectedAccountRequest",
  "type": "object",
  "required": [
    "toolkit"
  ],
  "properties": {
    "toolkit": {
      "type": "string",
      "description": "The toolkit to connect to."
    },
    "authConfigId": {
      "type": "string",
      "description": "Optional auth config to use for this connection."
    },
    "entityId": {
      "type": "string",
      "description": "Identifier for the end user entity."
    }
  }
}