API Reference

Action catalog, x402 payments, and HTTP contract mirrors. Agents should use CLI or MCP for execution.

Overview

Thirdfy agents integrate through Agent CLI or MCP. Those surfaces call the same backend policy layer documented here as HTTP.

Use this section when you need to browse the action catalog, understand x402 credit purchases, or read the HTTP contract (for llms-full.txt, Swagger, or a custom backend you control). Do not treat raw REST as the default agent path.

Start here (integrators)

Catalog and payments (this section)

HTTP mirrors (custom backends only)

These pages document REST paths that CLI and MCP already wrap. Read them if you maintain your own HTTP client.


GoalUse
Run from shell or CIAgent CLI
Run from Claude / Cursor / OpenClawMCP Connect
See every action name and paramsActions List or GET .../actions/catalog
Add USD balance with USDC (x402)x402 API
Custom HTTP client you ownExecute Intent API + llms-full.txt
Delegation setupDelegation and protection · MCP delegation* · CLI delegation

Resources