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.

Path parameters

slugstringRequired
Toolkit slug identifier

Headers

x-api-keystringRequired

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

Errors