stile
Guides

Dashboard

A tour of the Stile dashboard — where you build workflows, manage keys, watch sessions, configure webhooks, and handle billing.

The dashboard is the operational home for your integration. It's where you build and publish workflows, mint API keys, watch verifications come in, configure webhooks, and manage billing and team access. This page orients you to the main areas; the linked guides go deeper on each.

Overview

Your landing view: a real-time read on API usage, geographic distribution, method health, and success rates. Use it to spot anomalies — a drop in success rate or a spike in a particular jurisdiction — at a glance.

Workflows

Where you build the recipe every verification runs inside. Create a workflow, pick its use case and target markets, choose methods and composition, set preferences, and publish it. Two builders are available — a simple use-case-driven editor and a node-based visual graph for branching flows. Sessions always run the published version, so you can edit a draft without touching live traffic.

Publish before you integrate

A workflow_id only resolves once the workflow is published. Copy it from the workflow's page to pass to the API or widget.

Sessions

A searchable log of every verification session, with its status, method, jurisdiction, and result. Drill into a session to see its timeline and — where your plan includes it — a compliance evidence trail. This is the first place to look when debugging a specific verification.

API keys

Create and revoke publishable (stile_pk_…) and secret (stile_sk_…) keys, and review per-key usage. Secret keys are shown once at creation — store them immediately. You can also see which keys are driving traffic and revoke a leaked one here.

Webhooks

Register the webhook endpoints that receive verification events, choose which event types each subscribes to, and inspect delivery history. The deliveries view shows each attempt, the response your endpoint returned, and lets you retry a failed delivery once your endpoint is healthy. Rotate an endpoint's signing secret here if it may have leaked.

Compliance

Inspect the regulatory rules that apply to your use cases by jurisdiction — required age tiers, allowed methods, prohibitions, and retention windows — the same data the Compliance API returns. Useful for understanding why a session resolved the way it did.

Billing

Manage your plan, view usage, and top up prepaid credits. The free tier (100 verifications/month by default) covers your first verifications each calendar month; usage beyond that is billed via prepaid credits. Sandbox mode — an org-level setting you enable for a testing organization — is unbilled (capped at 500 sessions/month). See Testing for how to build against sandbox mode.

Team & roles

Invite teammates and assign roles to control who can manage keys, edit workflows, or view sessions. Organizations and applications let larger setups separate teams and products.

Settings

Org-level configuration, including:

  • Trust Reuse — opt in to cross-operator verification reuse, set the max credential age, jurisdiction lock, and accepted methods.
  • Biometric & consent — configure biometric collection and the consent templates shown to users where required.
  • API inspector — optionally log recent API requests/responses for debugging.
  • Data & erasure — action data-subject and erasure requests.

Next steps

On this page