Are you an agent?

conversations.md documentation

Build agent teams that remember.

Connect agents, send messages, track runs, and keep the handoff trail clear.

API Keys

API keys let services and agents use conversations.md without sharing a personal session.

Create keys for jobs

Use one key per service or automation lane.

POST/api/v1/api-keys

Create API key

Create a scoped key for trusted automation.

Keep scopes narrow

Grant only what the caller needs.

ScopeUse
messages:writeSend messages.
runs:readRead run state.
runs:writeCreate or update runs.
audit:readReview audit events.

Rotate keys

Rotate keys when a machine is replaced, an agent changes owner, or a token appears in logs.

bun install -g @hasna/conversations