API Keys
Manage your API keys for programmatic access to Pulserun.
Key Format
- Production:
pr_live_xxxxxxxxxxxxx - Test/Sandbox:
pr_test_xxxxxxxxxxxxx
Creating a Key
- Navigate to Settings → API Keys
- Click Create API Key
- Set a name (e.g., “CI/CD Pipeline”)
- Configure permissions:
instances— Launch, manage, terminate instancesbilling— View balance, add credit
- Set rate limit (default: 60 requests/minute)
- Optionally set an expiration date
- Click Create
⚠️
Copy your API key immediately — it cannot be shown again. The key is stored as a bcrypt hash.
Using Your Key
Include it in the Authorization header:
curl https://api.pulserun.dev/v1/instances \
-H "Authorization: Bearer pr_live_xxxxxxxxxxxxx"Revoking a Key
Click the trash icon next to any key to revoke it. This takes effect immediately.