Mint long-lived tokens for programmatic access to the Bastionary command API. Keys carry your user identity and permissions. Store them like passwords — they're shown exactly once at creation.
| Name | Prefix | Scopes | Last used | Expires | Actions |
|---|
curl -X POST https://bastionary.dev/api/v1/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"command":"USER.ME","params":{}}'