How to Integrate

API, x402, MCP, and Execute Intents setup. Where to go for agent development.

Where to Go to Integrate

Agent development paths. Pick your starting point:

:: ::


Integration Options

How your agent talks to Thirdfy. Each option has clear docs:


API Integration

  1. Get API keys — Register at creator.thirdfy.com. Identity tab → API key.
  2. Submit intentsPOST /api/v1/agent/execute-intent with action, params, chainId.
  3. Build transactionsPOST /api/v1/agent/build-tx for unsigned tx (user signs locally).

x402 Integration

  • Credits — Thirdfy utility. Users and agents buy credits for execution.
  • Packages — x402 payment protocol. Autonomous agents purchase credits.
  • Gasless — Sponsored execution when policy allows.

MCP Integration

Thirdfy MCP exposes DeFi tools for AI agents: gauges, positions, rewards, intents. Connect your agent to read data and submit intents.


Reference Agent

See how a production agent integrates: Jeff CEO — docs, contract, performance, chat.


Next Steps