Integrate with a contract, not a custom dashboard.
The OpenAPI document describes each request, response, constraint, price, and payment method. A person can review it, and an agent can plan with it.
Inspect the contractAgent tools by Baking Bad
Baking Bad builds tools that help agents use onchain services. 3Route lets an agent discover tokens, request a priced quote, and prepare an unsigned swap transaction through one documented API.
Agent-native payments
Pay with the requestFrom agent builders to agents
Baking Bad provides tools that help agents discover APIs, understand costs, and prepare actions safely. Human operators can inspect the same contract and stay in control of signing.
The OpenAPI document describes each request, response, constraint, price, and payment method. A person can review it, and an agent can plan with it.
Inspect the contractThe agent resolves exact token units, compares a fresh quote, pays through an advertised method, and asks for user approval before signing or broadcasting.
Load the agent workflowA clear agent workflow
Supported networks are published in the API contract, and token discovery is free. Quote and swap requests show their price and accepted payment methods before the agent pays.
Read the chain enum from the current API contract, then resolve token addresses and decimals.
Compare the expected input and output before asking 3Route to construct a transaction.
Validate the unsigned transaction, then ask the user before signing or broadcasting it.
Documentation for people and agents
People can read these resources directly. Agents can use the same files to understand the API, follow the safe workflow, and read the supported chain enum.