Tools & integrations

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.

All 128 Billing 12 CRM 14 Support 11 Comms 9 Calendar 6 Commerce 18 Internal 40+
Stripe
Billing · 8
Salesforce
CRM · 14
Shopify
Commerce · 11
HubSpot
CRM · 12
Slack
Comms · 6
Zendesk
Support · 9
Microsoft Teams
Comms · 5
Notion
Knowledge · 5
Jira
Tickets · 8
Trello
Tickets · 4
Linear
Tickets · 6
Twilio
Comms · 7
YouTube
Knowledge · 3
Aircall
Voice · 5
Google Workspace
Comms · 7
Microsoft 365
Comms · 6
Vercel
DevOps · 4
GitHub
DevOps · 9
Figma
Design · 3
Loop Returns
Commerce · 4
Dropbox
Files · 3
Intercom
Support · 6
Meta Messenger
Comms · 4
WhatsApp Business
Comms · 5
… and 104 more. Browse the full catalog

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.
New tool · crm.fetch_lead
Wraps your internal lead lookup API
Sandbox passed
Endpoint
GET https://crm.acme.com/leads/{id}
Auth
Header X-API-Key ••••••••••••
Inputs
id string · required expand enum · optional
Test response
→ fetch_lead("lead_8f2K")
← 200 · 184ms
{ name: "A. Park", stage: "qualified", owner: "marc@" }
5
Grant agent access
Onyx Sales Atlas Support + Add agent

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.

Hook up your stack.

Sign up free, pick the integrations you need, and connect a custom tool in five minutes.