Skip to main content
POST
/
api
/
developer
/
tools
Run a developer tool
curl --request POST \
  --url https://x402.20.208.46.195.nip.io/api/developer/tools \
  --header 'Content-Type: application/json' \
  --data '
{
  "tool": "derive_agent_id",
  "args": {
    "slug": "research-agent"
  }
}
'
{
  "ok": true,
  "tool": "<string>",
  "contentType": "<string>",
  "result": "<unknown>"
}

Body

application/json
tool
string
required
args
object

Response

200 - application/json

Tool result.

ok
boolean
tool
string
contentType
string
result
any