Authorization: Bearer <key>.export DP_API_KEY=dpk_live_xxx
Generate keys in Settings → API Keys.
curl -X POST https://devplat.ch/api/user/envs \
-H "Authorization: Bearer $DP_API_KEY" \
-H "Content-Type: application/json" \
-d '{"kind":"postgres","ttl":"8h","name":"ci-test-db"}'curl https://devplat.ch/api/user/envs \ -H "Authorization: Bearer $DP_API_KEY"
curl -X POST https://devplat.ch/api/monitors/check \
-H "Authorization: Bearer $DP_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"Prod API","url":"https://api.myapp.com/health","intervalSec":60}'curl -X DELETE https://devplat.ch/api/user/envs/env_abc123 \ -H "Authorization: Bearer $DP_API_KEY"
| Endpoint | Free | Pro | Ultimate |
|---|---|---|---|
| POST /user/envs | 10/min | 60/min | 300/min |
| GET /user/envs | 60/min | 300/min | 1000/min |
| POST /monitors/check | 10/min | 60/min | 300/min |
| All other | 30/min | 200/min | 1000/min |
Check the FAQ or contact sales.