Skip to main content
GET
Get tool schema

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

The tool's slug. Nested slugs keep their slash: ai-writer/story.

Response

The tool's contract.

slug
string
title
string
description
string
category
string
credit_cost
integer

Credits a run of this tool costs YOUR key, floor included — so it already reflects your plan and can be compared directly against GET /v1/me/credits.

credit_cost_multiplier_field
string

Present only on per-unit tools: credit_cost is then a rate, and a run costs it times the value of this input field.

schema
object