← Documentation home

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).

Overview Auth & keys Webhooks Retries Rate limits Monitoring Data & audit

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

  1. Secrets only on servers; keys from Dashboard → API Keys.
  2. Webhook receivers verify HMAC using the returned secret.
  3. Agent mutations use idempotency_key for event-sourced replays.
  4. Dashboard Monitoring + /agents/:id/executions for first-line debugging.
  5. Runbook: Monitoring & troubleshooting.

Questions: support@drippulse.io