Tools & integrations

Connect to anything.
Even the API your intern built.

Hania comes with built-in integrations for the tools teams use every day, and a builder for everything else. Point an agent at any API and it can use it. Describe a tool in plain language and Hania builds it. No engineering backlog required.

Agent · booking a demo
Found the contact
hubspot.find_contact · A. Park, qualified
Booked the slot
calendly.create_booking · Thu 2:00 PM
Sent the confirmation
email.send · done
Logged the deal
hubspot.update_deal · stage: demo booked

Built-in integrations

Twenty-plus connectors out of the box. Unlimited beyond that.

Connect the tools you already use in a few clicks. Need something we don't have yet? Build it in minutes, or point an agent at any HTTP API.

HubSpot
CRM
Calendly
Scheduling
Slack
Messaging
Email
SMTP
Facebook
Social
Instagram
Social
Threads
Social
WordPress
CMS
Meta Ads
Advertising
Brave
Web search
Tavily
Web search
Bing
SEO
OpenWeather
Weather
Pexels
Stock photos
Unsplash
Stock photos
LeanPBX
Telephony & CRM
SSH
Infrastructure
Database
Read only
Generate media
Image · speech · video
Any HTTP API
Custom
Build your own
Anything else
More connectors ship regularly, and you can build any custom tool in minutes.

No-code tool builder

If you can paste a link, you can build a tool.

Describe what you need in plain language, or paste an API doc. Hania reads the docs, makes real calls to learn the shape of the response, wires up the authentication, and smoke-tests the tool against the live API. You get a clean, typed action your agent can call, and you see it work before you ship it.

  • Describe it, or hand it your API docs. Hania does the wiring.
  • Typed inputs, validated on every call, so the agent always calls it correctly.
  • Tested against the real API before your agent ever touches it.
New tool · crm.fetch_lead
Built from your API docs
Test 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" }
5
Grant agent access
Onyx Sales Atlas Support + Add agent

Power tools

The tools that make it a platform, not a toy.

Beyond the presets, your agents can reach into the systems that actually run your business. Run a command over SSH across your servers. Query a database, read only. Turn any HTTP API you can describe into a tool.

  • SSH into your servers to check status, run a script, or restart a service.
  • Query your database over a read-only connection, so an agent can look but never change.
  • Any HTTP API becomes a typed tool, with auth handled and credentials encrypted.
ssh.run · web-01.prod host key verified
$ systemctl is-active nginx
active
$ df -h / | tail -1
/dev/sda1  150G  63G  42% used
Disk is at 42 percent and nginx is running. Everything looks healthy, so no action needed.

How agents use tools

It doesn't just fire and forget.

Reads and reasons over results

The agent inspects each tool's response and decides what to do next, instead of blindly moving on.

Chains tools to finish the job

When one tool isn't enough, it calls several in sequence to complete the task end to end.

Retries transient failures

If a call fails, the agent backs off and tries again before giving up, so a momentary blip doesn't sink the whole task.

Typed and validated calls

Inputs are typed and checked on every call, so the agent calls each tool correctly the first time.

Safe by default

You decide how far an agent can go on its own.

Every action is classified

Each tool is marked for whether it changes data, does something hard to undo, or sends data out. You choose what an agent is allowed to do unattended.

No surprise data egress

A tool that sends data out is blocked from shipping it anywhere the task didn't ask for, which shuts down a whole class of prompt-injection attacks.

Locked-down power tools

SSH verifies host keys before it connects, the database tool is read-only, and credentials are encrypted and never shown back to anyone.

Hook up your stack.

Start free, connect the integrations you need, and build a custom tool in a few minutes. $5 of usage credit every month, no card required.