HeyAira¶
HeyAira is the durable continuity layer for independent AI work sessions.
It keeps the durable state of a project available to the next human or agent without copying the repository or relying on conversation history.
Choose your path¶
For people¶
Use the human guides to connect a client, understand the project boundary, and recover or finish a session:
For agents¶
Use the agent contract before taking project action:
The boundary¶
| Concern | Source of truth |
|---|---|
| Files, branches, commits, and pull requests | Git |
| Decisions and durable project context | HeyAira memory |
| Task status and handoff | HeyAira tasks |
| Who performed work and what was tested | Work-session receipts |
| Live prompt and model context | The harness session |
HeyAira stores references to repository state. It does not copy source code, credentials, or conversation transcripts into its database.
Current public endpoint¶
https://mcp.heyaira.eu/mcp
The service uses MCP Streamable HTTP. Public clients use OAuth 2.1 with PKCE; internal compatibility clients may use a project-scoped Bearer credential. See the endpoint reference.
Documentation status¶
This site is built from the docs/ directory in the HeyAira repository. The
site is published from main. Contract changes must update the relevant
reference pages and tests in the same pull request.