Production readiness
Safe for agents to operate, built for humans to govern. Use this hub before an evaluation, pilot, or go-live. Each topic has a dedicated page you can share with security and platform teams—API keys, retries, monitoring, audit history, and rate limits. Also read API conventions (errors, collections, idempotency).
Authentication & API keys
Bearer tokens, org scope, issuance, rotation, environments.
Webhook security
Outbound verification, inbound provider signatures, rotation.
Retries & idempotency
Safe replays, idempotency_key matrix, workflow semantics.
Rate limits & quotas
429 handling, backoff, smoothing bursts.
Monitoring & logs
Executions, deliveries, monitoring API, alerts.
Data & auditability
Roles, visibility, retention considerations.
Quick checklist
- Secrets only on servers; keys from Dashboard → API Keys.
- Webhook receivers verify HMAC using the returned
secret. - Agent mutations use
idempotency_keyfor event-sourced replays. - Dashboard Monitoring +
/agents/:id/executionsfor first-line debugging. - Runbook: Monitoring & troubleshooting.
Questions: support@drippulse.io