API keys
Create an API key to access PIPFORGE data from your own scripts or integrations.
Creating a key
Go to /settings/api and generate a key. Store it somewhere safe; PIPFORGE only keeps a hash of the key, so the full token cannot be shown again.
Using the key
- Send the key in the Authorization header as 'Bearer <your-key>'.
- Use it to call account, journal and signal endpoints programmatically.
- If you lose the key, revoke it and create a new one.