docs.iamwyrm.com · in the making

Wyrm Docs

Everything you need to call the Wyrm API — clear, copy-paste, honest about what's ready.

The full reference lands as the API opens up. Here's the shape of it.

Quickstart

Every endpoint is a single authenticated POST. Bring your Wyrm key and you're one request away.

terminal
curl https://api.iamwyrm.com/v1/review \
  -H "Authorization: Bearer wyrm_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "diff": "…", "focus": ["correctness"] }'

Reference — coming as the API opens