Skip to main content
GET
List tools
Every endpoint on this page requires either a Clerk-issued JWT (Authorization: Bearer <token>) or an organization API key (x-api-key: pk_…). Anonymous calls return 401 Unauthorized. See Authentication for the full setup.

Code examples

Sample response

Authorizations

x-api-key
string
header
required

Organization API key. Obtain from the dashboard. Format: pk_live_…

Query Parameters

page
integer
default:1
limit
integer
default:20
Required range: x <= 100
type
enum<string>

Filter by tool type.

Available options:
API_TOOL,
FUNCTION_TOOL

Search by tool name.

Response

Paginated list of tools.

data
object[]
pagination
object