Connect to anything.
Even the API your intern built.
Hania ships with 120+ first-party integrations and a visual builder for anything else. Non-engineers build custom tools every day — and they work in production.
Built-in integrations
One-click installs for what you already use.
Every integration is more than a webhook — they ship with tested actions, idempotency, retries, and structured error handling.
No-code tool builder
If you can paste a URL,
you can build a tool.
Hania's visual tool builder takes any HTTP endpoint and turns it into a typed function your agent can call live. We handle auth, retries, timeouts, schema validation, sandbox testing, and observability. You just describe what your endpoint does.
- Paste a curl, get a tool. Our parser extracts URL, method, headers, and body shape.
- Or import an OpenAPI / GraphQL spec — get a whole fleet of typed tools at once.
- Test mode runs your tool against a sandbox before the agent gets live access.
- Built-in observability — every call logged, retried, and replayable.
Power user features
Production tools, not just toys.
Per-tool latency budget
Set a budget; if your endpoint exceeds it, the agent narrates a "let me check on that" while it waits.
Automatic retries
Exponential backoff on 5xx and 429. Idempotent calls get retried; non-idempotent ones get retried only when you say so.
Rate-limit aware
Read your endpoint's rate-limit headers and back off automatically. Never burn your quota.
Approval flows
Tag any tool as "needs approval" — agents will request a human signoff before executing in production.
HMAC-signed calls
Every outbound call is signed so your endpoint can verify it came from us. Verified out of the box.
Failover chains
Define backup tools that take over when a primary fails. The agent never gets stuck.