Integration page template

Copy this structure when adding a new venue or integration family to the docs.

Use this template for new files under Integrations. Maintainer checklist: docs-dev certify guide.

Overview

One paragraph: what the venue provides (spot, perps, funding, vaults, …) and how Thirdfy exposes it (provider key, catalog actions).

Credential model

Document only secrets the integrator or user must supply (wallet, Thirdfy agent API key, CEX credentialRef, venue onboarding).

Do not list Thirdfy-hosted upstream keys (NANSEN_API_KEY, ALLORA_API_KEY, GMGN_API_KEY, and similar). Those stay in operator docs-dev. CLI and MCP callers use Thirdfy auth only.

Do not list per-action credit counts or USD prices. Users see USD in Console. Credits are the internal ledger.

Discovery

  • MCP: getProviderActions { provider: "..." }
  • CLI: example thirdfy-agent actions flags
  • REST: links to Actions catalog or live GET .../actions/catalog

Readiness checklist

Bullet list: funding, approvals, onboarding, chain IDs, testnet vs mainnet.

Execution

  • Preferred runMode values
  • Example executeIntent or walletExecute shape (pseudo-params only)