Career OS

Documentation

Career OS is a candidate-facing workspace for building an ATS resume, talking to an in-app agent (THEA), and letting Claude, ChatGPT, Cursor, VS Code, or a local MCP client read and write the same cloud resume.

Source of truth: one resume JSON document per signed-in account (header + top-level sections). The editor, THEA, and MCP all use that document.

Start here

Two agents, one resume

  • THEA lives in the Career OS UI. It patches the editor over a multi-round tool loop.
  • MCP is for remote agents (Claude, ChatGPT, Cursor, VS Code / Copilot) or a local stdio client. Tools run as your signed-in Career OS account.

They are not the same runtime. THEA talks to /api/copilot. MCP clients talk to /api/mcp.

Quick links