Pick up where you left off
HeyAira is a shared, durable project state for people and agents, across tools, models and sessions.
Works with the AI tools you already use
ChatGPT
Claude
Codex
Gemini
Le Chat
DeepSeek
Grok
Llama
Qwen
Any client that supports the Model Context Protocol. Setup guides for ChatGPT, Codex and Claude.
Every switch starts from zero
You plan in one AI, build in another, and hit a limit halfway. The next session does not know what was decided, what is done or where the code is, so you explain the project again.
Connect, persist, recover
-
Connect
Add the HeyAira MCP server to your AI client and authorize one project with OAuth.
-
Persist
Decisions, tasks, handoffs and work receipts are saved through explicit MCP calls, skills or hooks.
-
Recover
In a new session, in any connected tool, ask it to pick up where you left off.
Each layer keeps what it owns
-
The conversation and its execution
in your AI client -
Decisions, tasks, handoffs and work receipts
in HeyAira -
Code, branches and commits
in Git
HeyAira stores references to your code, never copies. It is not a chatbot, a model router or a task queue.
Where it stands
Released
- Project memory for notes and decisions
- Tasks with handoffs and version checks
- Work receipts: harness, model, branch, commits, tests
- One-call session recovery
- Approved Git documents, pinned to a commit
- OAuth 2.1 with PKCE, scoped per project
In progress
- A standard session start and end contract
- Receipts that record agent, thread and session
- Official AGENTS.md and skills for Codex, Claude Code and ChatGPT
- Checks that a finished task has a handoff and a receipt
- A versioned library of project instructions and skills
- Session subscriptions and lifecycle events
- Adapters and hooks for more clients