Get toolkit by slug

Retrieves comprehensive information about a specific toolkit using its unique slug identifier. This endpoint provides detailed metadata, authentication configuration options, and feature counts for the requested toolkit.

Authentication

x-api-keystring
API key authentication

Path parameters

slugstringRequired
Toolkit slug identifier

Query parameters

versionstringOptionalDefaults to latest
Version of the toolkit

Response

Successfully retrieved detailed information about the requested toolkit, including authentication options, metadata, and feature counts.
slugstring

URL-friendly unique identifier for the toolkit

namestring

Human-readable name of the toolkit

enabledboolean
Indicates if this toolkit is currently enabled and available for use
is_local_toolkitboolean
Indicates if this toolkit is specific to the current project or globally available
metaobject
Comprehensive metadata for the toolkit including dates, descriptions, and statistics
deprecatedobject
composio_managed_auth_schemeslist of strings or null
List of authentication methods that Composio manages for this toolkit
auth_config_detailslist of objects or null
Complete authentication configuration details for each supported auth method
base_urlstring or null

If evaluation of base URL needs some connection info (like shopify), please create the connection and get the base URL from there

get_current_user_endpointstring or null
Endpoint to get the current user

Errors