Docs  /  Overview

Documentation

Two short guides cover what your team needs to ship the first narrated demo. End-to-end ramp is twelve to fifteen minutes once your product domain is registered.

Where to start

Pick the guide that matches where you are. Most teams read both before going live.

Heads up. Domain verification and the sandbox CSP are the only two steps that need a deploy on your side. Everything else lives in the Incito dashboard.

API reference

The dashboard, public, and webhook APIs are documented inside the product itself once you sign in, under Settings → API. The OpenAPI specification is available at https://api.useincito.com/openapi.json for tenants on Pro and above.

Authentication is API key in the Authorization header for server-to-server calls; the widget uses a public key scoped to the registered domain.

SDKs and code samples

The widget is a single <script> tag — no SDK required on the page. For server-side integrations (issuing API keys, pulling lead data, pushing knowledge corpus updates), use any HTTP client.

curl -X POST https://api.useincito.com/v1/leads/export \
  -H "Authorization: Bearer $INCITO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"since": "2026-04-01"}'

Worked examples in TypeScript, Go, and Python live in the API reference inside the dashboard.

Need help?

Stuck on a step? Email support@useincito.com with the tenant slug and the URL you're on. We usually respond inside one business day. Pro and Sovereign tenants get a Slack-shared channel on request.