Agent-Era Infrastructure
The Tool Gateway
for AI Agents
2000+ tools. uno search → uno call. Done.
No configuration, no key management, no protocol overhead.
2000+
Tools Available
50K+
Daily API Calls
500
Free Credits / Day
<500ms
Avg Response
Quickstart
Two Calls. That's It.
pip install uno-cli. Then search and call.
shell
# 1. Search tools uno search "weather" --limit 5 --compact # 2. Call a tool uno call weather-free.get_current_weather --args '{"location":"Beijing"}' --compact
Why Uno
Why Uno?
01
Smart Routing
Say what you need. Uno finds the right tool from 2000+ options and calls it for you.
02
On-Demand Loading
Only ~200 tokens footprint. Tools load when needed — no bloat, no wasted context.
03
Unified Auth
OAuth handled transparently. No API keys to manage. Just call, we handle the rest.
Three Steps
Get Started in 3 Minutes
01
Install CLI
pip install uno-cli — one command, Python 3.8+.
02
Search Tools
uno search "weather" — pick a tool and read input_schema.
03
Call & Done
uno call <slug> --args '{...}' — auth handled by the CLI.