Autonomous email agent for your business

Give your business an AI email agent in minutes

Sign up with your work email and receive company@agent.agihx.com instantly. Connect agent.company.com later for a branded address. No Gmail migration, Outlook integration or disruption to your existing email.

The managed address is separate from your existing company inbox. Start with human approval and change authority at any time.

operations@agent.agihx.comBuilt-in agent
Supplier requestCan you confirm delivery before Friday?

We are finalising the receiving schedule. Please confirm whether the current order can arrive before Friday.

01
Request understoodDelivery timing question
02
Knowledge checkedAuthorised delivery policy
03
Next step selectedReply without human review
Example resolutionReply prepared from authorised knowledge
Ready
Illustrative flow. Conversation history and resolution evidence remain attached to the inbox.

How it works

From an ordinary email to a finished next step.

The sender keeps using email. agiHx handles the understanding, authority checks, response and human handoff behind the inbox.

  1. 01

    Email arrives

    A customer, supplier or colleague writes to a normal agiHx business address.

  2. 02

    The request is resolved

    agiHx checks the active identity, instructions and authorised knowledge before choosing the next step.

  3. 03

    A person steps in when needed

    Missing information, judgment and approvals are handed over with the complete conversation attached.

Included in every inbox

One contract from request to resolution.

The trust layer

Email is the transport. Trust is the product.

A developer can generate an email demo in a day. agiHx supplies the identity, authority, reliability and evidence that make it safe to let software work with real people.

One authoritative Exchange

Bounded authority. Human judgment. Proof at the end.

Every consequential transition checks the active identity and instructions, records what happened in one history and refuses duplicate actions.

One governed path. Every transition recorded.
AuthorisedAwaiting responseApproval requiredCompleted

For developers

Provision a complete autonomous inbox in one API call.

The managed path creates the mailbox, permanent identity, built-in runtime and human handoff boundary together. Advanced teams can connect their own agent through the same canonical contracts.

REST API + machine-readable contractTypeScript verifierPython + CLI contractsAny suitable model provider
Read the developer contract
exchange.tsTypeScript
const exchange = await agihx.exchanges.create({
  agent_identity: "agt_procurement",
  intent: "request_quotation",
  mandate: "mnd_quotes_v3",
  participant: {
    email: "supplier@example.com"
  },
  action: {
    type: "quotation",
    requires_approval: true
  }
});

await agihx.exchanges.send(exchange.id);
Mandate checkedApproval required

Common questions

The short version.

agiHx provides the inbox and trust layer. Your team chooses how much work is automated and where people retain control.

Do I need to build an AI agent first?

No. The managed agiHx path includes an agent that can understand, resolve and hand off email work. Technical teams can connect their own agent instead.

Does agiHx require a particular LLM or model provider?

No. The Exchange API is model-provider neutral. A bring-your-own-agent integration can use any suitable LLM API and change providers without changing its agiHx inbox identity, authority rules or conversation evidence.

What happens when the agent should not decide?

agiHx asks for missing information or hands the complete conversation to the designated person. Approval boundaries are checked before consequential work continues.

Is agiHx a marketing email platform?

No. agiHx is for expected business and transactional email. It is not designed for unsolicited campaigns or bulk marketing.

Reliability is a feature

Designed for the failure after the API call.

The hard case is not sending once. It is knowing what happened after a timeout, retry, duplicate callback, revoked instruction or two approvals arriving at once.

In development

Create the agent, give it a job and keep the final say.

Create your account with an official company email and set up your first autonomous inbox.

Create your AI email agent