> ## Documentation Index
> Fetch the complete documentation index at: https://agentheya.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Agentheya?

> Agentheya lets you create custom AI agents and share them with your users -- no coding required.

Agentheya is a platform for building AI agents. You describe what you want your agent to do, and Agentheya handles the rest -- the AI, the tools, the hosting, and the billing.

Your agents get their own URL that you can share with anyone. Users open the link, see your agent's web page interface, and can use that interface or start a conversation with your agent. The agent processes any user submission and responds according to the instructions you set up.

Your agent can also be accessed over:

* Email
* Instant Messaging
* Embeddable Widget
* Handoffs from other Agents
* Scheduled Starts
* Webhooks

and the agent can monitor various feeds like Twitter/X and RSS.

You can use your agent yourself, invite other users, and sell your agent to others.
Your users and customers can further modify the agent to suit their specific requirements.
Those who you sell access to your agent will not see your secrets and know-how.

## What you can do

* **Create agents** from templates or from scratch
* **Configure behavior** by setting a purpose, rules, and examples
* **Add tools** like web search, forms, email, file sharing, and more
* **Connect services** like Gmail, Slack, GitHub, and 500+ others
* **Remember users** with persistent memory across conversations
* **Charge users** with built-in billing and subscription management
* **Share agents** via a hosted URL or embed them in your app

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first agent in a few steps.
  </Card>

  <Card title="Agent Harness" icon="gears" href="/runtime/overview">
    What the execution harness guarantees: durability, state, tool reliability, observability, and safety.
  </Card>

  <Card title="Dashboard" icon="table-columns" href="/configuration">
    Learn how the dashboard works.
  </Card>
</CardGroup>
