Tanstack Start
General settingsIntegrations & automation

API keys (UI preview)

API key management table and modals — mock data and console.log placeholders, not tenant credential storage.

Navigation: /dashboard/setting/general-settings/api-keys

Production status

The API Keys screen seeds from mock data and uses client-side state updates. New and edit saves are placeholders (for example logging to the browser console) rather than secure server issuance or rotation. Treat this module as a UI preview only.

Intended purpose (product direction)

In a production system you would expect:

  • Server-generated secrets shown once at creation.
  • Rotation, revocation, and scoped permissions.
  • Audit history.

None of these are guaranteed by the current implementation.

What you can explore

  • Table of keys with status toggles (updates local state only in preview).
  • New API Key modal and Edit modal patterns.

Permissions

Granular CanI gating may be absent on this preview route. Route-level access still applies; see Permissions.

Troubleshooting

  • Keys reappear after reload: Mock seed data reloads; nothing is durable.
  • Need real API access: Use the official API onboarding or key management your operator documents for your environment — not this preview screen.

On this page