Your agent is only as powerfulas its tools.
Stop managing separate vendors, API keys, and billing. Give your agent one place to find and use premium tools and services.
What do you need? Orthogonal will find and call the right APIs.
One gateway. Five ways to connect.
Choose how your agent connects and pays.
Call any API through one endpoint.
Send an API slug, path, and parameters to the Run API. Use one key, receive one response shape, and see the price with every call.
Apps, backends, scripts, and agents that can send HTTP requests
curl -X POST 'https://api.orthogonal.com/v1/run' \
-H 'Authorization: Bearer $ORTHOGONAL_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"api": "contactout",
"path": "/v1/people/search",
"query": { "title": "CTO", "limit": 5 }
}'Build Orthogonal into your product.
Use the TypeScript SDK when your code already knows which endpoint to call. Send typed requests and receive structured responses without managing provider credentials.
Custom apps, backend workflows, and agent runtimes
import Orthogonal from "@orth/sdk";
const orth = new Orthogonal({
apiKey: process.env.ORTHOGONAL_API_KEY,
});
const result = await orth.run({
api: "contactout",
path: "/v1/people/search",
query: { title: "CTO", limit: 5 }
});Let your agent choose the tools.
Connect the hosted MCP server once. Your agent can search the catalog, inspect parameters and pricing, and call the right endpoint during a conversation.
Chat and coding apps with MCP support
# Add Orthogonal as a custom connector
https://mcp.orthogonal.com
# Sign in when your client opens OrthogonalSet up with your autonomous agent.
Paste this prompt into your autonomous agent. It will load Orthogonal’s skill instructions and handle setup for you.
Coding and autonomous agents with shell access
setup https://orthogonal.com/skill.mdLet your agent pay its own way.
Use the shared account balance, or pay for each request through x402, MPP, and Circle Gateway Nanopayments.
Prepaid accounts and agents with their own wallets
Account balance
SDK · MCP · CLI
x402
USDC on Base, Solana and Monad
MPP
USDC.e on Tempo · mpp.orthogonal.com
Circle Nanopayments
Batched USDC · np.orthogonal.comEvery provider, verified.
A curated list — each one tested, monitored, and uptime-tracked by our team.
More capable agents. Less integration work.
Add capabilities faster
Give your agent new tools without building and maintaining every integration yourself.
Fewer vendors to manage
Use one account and balance instead of separate keys, contracts, and bills.
Keep spend under control
See the price before each call and pay only for what your agent uses.
Builders are shipping on it.
Questions, answered.
It's one integration that lets your agent reach the tools it can't on its own: company data, contact information, real-time web search, financial data, and more. Your agent describes what it needs, and Orthogonal finds the right service, calls it, pays for it, and hands back a real result.
An LLM can only work with what it already knows. Orthogonal lets your agent go get fresh, verified data and actually do things, then pays for each call as it goes. You get answers grounded in real sources, not guesses.
You pay per call, usually a cent or two, and there's no subscription. Verify your phone number and you get $1 in free credits to try things out. Want more free credits? Book a call with one of our founders and we'll add $10.
Book a call →However you build. There's a TypeScript SDK, a REST API, an MCP server for Claude and Cursor, and a CLI, and the same key works across all of them. Most people make their first call in under a minute.
Instead of juggling dozens of raw API keys, you get one account with pooled, managed credentials and a single auditable bill. Every provider is tested and monitored before it goes live.




