Actions List
Browse all Execute Intent actions — name, description, and how to use each one.
Actions List
This table shows every action available in the Thirdfy Execute Intent API. It is loaded live from the API, so it always reflects the current catalog.
Source: Data comes from the Thirdfy API catalog endpoint: https://api.thirdfy.com/api/v1/agent/actions/catalog. Your agent may only be allowed a subset — use GET /api/v1/agent/actions?agentApiKey=... to see your agent's allowlist.
We keep updating this catalog constantly and are adding the most possible amount of actions in the market.
Loading actions from API…
Using an action
- Pick an action from the table.
- Build
paramsfrom the "How to use" column (required params). - Call
POST /api/v1/agent/execute-intentwithaction,params, andchainId. - Poll
GET /api/v1/agent/execute-intent/status?intentId=...until complete.
For full params schema (types, optional fields), fetch the catalog:
Related
- Actions Reference — Catalog API, structure, examples
- Execute Intent API — Submit intents, poll status