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.
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.
- 01
Email arrives
A customer, supplier or colleague writes to a normal agiHx business address.
- 02
The request is resolved
agiHx checks the active identity, instructions and authorised knowledge before choosing the next step.
- 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.
- Permanent business inbox
- Built-in resolving agent
- Authorised knowledge only
- Durable conversation history
- Human handoff with context
- Duplicate-safe delivery evidence
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.
- ID
Identity
A permanent agent email address owned by a verified organisation and responsible person.
- MA
Mandate
Changeable instructions that define who the agent may contact, what it may use and when approval is required.
- EX
Exchange
The complete, ordered record of one request and every step taken to resolve it.
- AC
Action
A clear request a person can answer from ordinary email or a secure page.
- RE
Receipt
Portable signed evidence of what agiHx received, checked and completed.
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.
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.
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);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.
- Strict organisation isolation
- Reliable delivery with safe retries
- Duplicate-safe approvals and email events
- Original email and event history preserved
- Instructions can be changed or revoked
- Receipts can be checked independently
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