Beta Environment Notice
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
# Sovereign Gateway API Summary: The Sovereign Gateway API is the interface between the Contour Runtime and the modular financial rails. It handles the authorization of paid intents, management of session-based gas tanks, and settlement of credits for publishers. Status: Gateway API Reference Topics: - POST /authorize contract - Session Gas Tank management - Publisher payout flows - Checkout session lifecycle Packages: - tdm-sdk Commands: - tdm connect - tdm fuel - tdm stats
The Sovereign Gateway provides a unified HTTP contract for agent settlement. It decouples the Contour Runtime from specific blockchain rails like Solana or Base.
POST /authorizePOST /v1/tanks/create-subPOST /v1/sessions/delegateGET /v1/gateway/statusPOST /v1/checkout-sessionsGET /v1/checkout-status/:paymentIdPOST /publisher/payoutsGET /publisher/payoutsGET /usage/statsThe /authorize endpoint is the heart of the settlement layer. When an agent issues a paid intent, the Contour Runtime sends a request to this endpoint to verify funding and authorize the transaction.
Manage prepaid balances for specific agent sessions. Gas tanks enable seamless, high-frequency micro-payments without individual wallet signatures.
Publishers can query their accumulated credits and request settlement to their configured sovereign wallets.