Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

HERO is a collaborative document platform with built-in AI agents, realtime collaboration, and native Model Context Protocol integration.

What you can build

  • Document automation — programmatically create, update, and organise documents.
  • AI workflows — invoke HERO’s specialised agents from your own product.
  • MCP integrations — let any MCP-compatible AI tool work with HERO content.
  • Realtime collaboration — connect to live, multiplayer document state.

Get started in 3 steps

1

Generate an API key

Sign in at app.myhero.so, open Settings → Account → API Keys, and click Generate new API key. Copy the hero_ak_* key — it’s shown once. See Authentication for the full walkthrough.
2

Make your first request

Hit GET /api/workspace with your key to confirm auth works:
curl https://app.myhero.so/api/workspace \
  -H "Authorization: Bearer hero_ak_<your-key>"
See Working with the API for conventions.
3

Browse the reference

Every public endpoint is documented in the API reference.

Need help?

File issues at github.com/myhero-so/hero-issues or email developers@myhero.so.