Skip to main content
These examples use the HTTP API directly. Set DIALNEXA_API_KEY in your shell and never put the key in browser code, source control, logs, or screenshots.

Goal: create, publish, and call an agent

TypeScript

Python

Goal: list and reconcile calls

Use the saved call ID to reconcile records. Arbitrary request metadata is not returned in API-key call responses. If creation timed out before an ID was received, inspect agent, recipient, and time filters manually before repeating a billable request.

Goal: register and verify a webhook

Verify before production

  • Replace every placeholder with an ID returned by the catalog or create operation.
  • Run the agent flow against a test destination you control.
  • Confirm the call through Get Call.
  • Store webhook secrets in a secret manager and verify the raw body.
  • Follow API fundamentals before adding automatic retries.