API auth
For M1 use a session id header:
x-session-id: YOUR_SESSION_ID
Get a session:
POST /v1/auth/magic-linkwith your email- Open the email link
POST /v1/auth/consumewith the token- Use
sessionIdfrom the response
Or run pnpm pafcore login and copy the session from ~/.pafcore/config.json.
API keys ship later (Team plan).