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

  1. Connect

    Add the HeyAira MCP server to your AI client and authorize one project with OAuth.

  2. Persist

    Decisions, tasks, handoffs and work receipts are saved through explicit MCP calls, skills or hooks.

  3. 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 decisionsmemory_add · memory_get · memory_search
  • Tasks with handoffs and version checkstask_create · task_get · task_list · task_update
  • Work receipts: harness, model, branch, commits, testsrecorded with task_update
  • One-call session recoveryserver_identity · continuity_context
  • Approved Git documents, pinned to a commitruntime_bootstrap_get · git_document_get
  • OAuth 2.1 with PKCE, scoped per projectmemory:read · tasks:read · documents:read
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
Planned
  • A versioned library of project instructions and skills
  • Session subscriptions and lifecycle events
  • Adapters and hooks for more clients