Agent-Era Infrastructure
The Tool Gateway
for AI Agents
2000+ tools. Two API calls. Search, call, done.
No configuration, no key management, no protocol overhead.
2000+
Tools Available
50K+
Daily API Calls
100
Free Credits / Day
<500ms
Avg Response
Two Calls. That's It.
No SDK, no setup, just curl.
shell
# 1. Search tools curl -s "https://uno.dev/v1/tools?q=weather&limit=5" \ -H "Authorization: Bearer $KEY" # 2. Call a tool curl -s -X POST https://uno.dev/v1/call \ -H "Authorization: Bearer $KEY" \ -d '{"tool":"amap-maps.weather","arguments":{"city":"εδΊ¬"}}'
Why Uno?
π§
Smart Routing
Say what you need. Uno finds the right tool from 2000+ options and calls it for you.
β‘
On-Demand Loading
Only ~200 tokens footprint. Tools load when needed β no bloat, no wasted context.
π
Unified Auth
OAuth handled transparently. No API keys to manage. Just call, we handle the rest.
Get Started in 3 Minutes
1
Get API Key
Sign up and copy your API key from the dashboard.
2
Search Tools
GET /v1/tools?q=... β find what you need with inputSchema.
3
Call & Done
POST /v1/call β pass arguments, get results. Auth handled.