Ghosty
Reference

Changelog

What changed in the platform and in this documentation, by date.

Updated 2026-09-16

2026-09-16

  • Agent configuration API (/api/v2/agents/:id): identity, model, files, skills and MCP servers with the agent's token. ghosty-agent skill for Claude Code/Cursor/Codex: npx skills add https://ghosty.studio. Guide: .
  • The web chat now delivers PDFs and documents to the agent (it used to fail with "could not deliver").
  • This documentation is born: getting started, concepts, channels, connectors, protocols (ACP, A2A, MCP), API with OpenAPI 3.1, events, errors.
  • /docs/acp moves to (redirects).
  • /openapi.yaml and /llms.txt available.

2026-09-14

  • Correct mid-turn: writing to the agent while it works enters the running turn instead of waiting for it to finish (Teams and API).
  • The stream batches tokens on mobile so as not to saturate the UI.

2026-09-11

  • Scheduled turns: the agent can work for days without anyone connected (POST …/schedule).

2026-09-09

  • Connectors in the mobile app: EasyBits as the first live connector.

2026-09-02

  • An ACP agent comes back up on its own if its machine disappeared: transparent revive before the first message.

2026-08-27

  • Attachments are delivered as access to the file: the agent reads it with its tools instead of receiving an inline copy.

2026-08-26

  • ghosty-acp published on npm (MIT, zero dependencies).