Lifetime Replacement Parts

Auth

MCP/API access uses bearer tokens generated in Settings.

last updated · may 21, 2026 · 3 min read

Create a token

Go to Settings → MCP & API, generate a named token, and copy it immediately. The full token is only shown once.

Use bearer auth

Authorization: Bearer <your-token>

Token storage

Stored token records expose metadata such as name, prefix, creation date, and last-used date. Full token values are hashed and cannot be read back after generation.

// docs maintenance
Keep docs updated with product, API, UI, and workflow changes. If behavior changes, the matching docs page should change in the same work.