HelpGetting Started

Integration Basics

Crafted provides several integration points:

  • REST API – authenticated via API keys. See
    Snippet
    /docs
    for endpoint details.
  • Webhooks – receive real‑time events (agent runs, usage spikes). Define URLs in Settings → Webhooks.
  • SDKs – JavaScript/TypeScript SDK (
    Snippet
    @crafted/sdk
    ) simplifies calls.
  • CLI
    Snippet
    crafted-cli
    for local development and deployment.

Start by generating an API key in Settings → API Keys, then follow the SDK quick‑start guide.

Was this article helpful?
Return to Dashboard