Base URL
Authentication
Every request is authenticated with a personal API key sent as a Bearer token:Getting a key
- In the web app, open Settings → API keys.
- Create a key and give it a name. The full key (
trexi_sk_…) is shown once — copy it then; only a hash is stored, so it can’t be retrieved later. - Use it as the Bearer token above, or run
trexi auth login <key>for the CLI.
Keys are per-person, not per-organization: they carry the role of the member
who created them. See Your team for what each role
can do.