Developers Workspace

Audience: owners, managers, customer developers, client-side AI agents

Open Settings > Developers in the admin dashboard. The page is visible to Owners and Managers. Tenants without the platform.api module see a Pro badge in the Settings navigation and a locked page state if they open the route directly.

Tabs

Overview

Use the overview tab to confirm:

  • current commercial plan and paywall state
  • monthly platform-call usage
  • how many apps, API keys, and webhooks are currently configured
  • which app is selected for the rest of the workspace

Apps

Apps define:

  • the integration name shown to operators
  • the allowed browser origins for client-side usage
  • the app-level link to the shadow test tenant

Select an existing app to edit it, or create a new one from the same tab.

API Keys

API keys are always app-bound. Operators can:

  • issue live or test keys
  • choose secret or restricted key type
  • enter restricted scopes one per line
  • rotate a key
  • revoke a key

Important: plaintext key values are only revealed once when the key is created or rotated.

Webhooks

Webhook subscriptions are also app-bound. Operators can:

  • create a destination URL
  • choose event families
  • switch between live and test subscriptions
  • inspect recent delivery attempts
  • replay specific events from the delivery log

Webhook signing secrets are generated server-side, encrypted at rest, and only shown in the create response.

Usage

The usage tab shows:

  • plan and subscription state
  • whether platform.api is enabled
  • monthly platform-call limit and used count
  • current billing-window start and end

Docs

The docs tab links operators into the public /docs handoff pages for platform overview, auth/scopes, and agent workflows.

  1. create or select an app
  2. issue the right key type for the customer integration
  3. configure webhooks if the customer needs event delivery
  4. copy the one-time secret into the customer system immediately
  5. hand the customer off to the reference docs for ongoing development