Skip to main content

API / MCP Keys

These keys authenticate REST API integrations and MCP clients for this provider. Open Settings → API / MCP in the Control Center.

API / MCP Keys page

Until you create your first key the page shows an empty state — No API / MCP keys.

API Resources

The page shows two links for your provider:

  • Documentation — the interactive REST API reference (OpenAPI) for your instance:

    https://<your-instance>/api-docs
  • Endpoint URL — the MCP endpoint for AI integrations:

    https://<your-instance>/mcp/komashiV1

Replace <your-instance> with the host of your Control Center. See MCP Endpoint for how to connect an AI client to it.

Create an API key

  1. Click New API / MCP Key.
  2. Enter a Token Name that identifies where or by whom the token is used, for example Production Data Sync.
  3. Select the permissions the key needs:
    • Create — add new resources (services, items, data).
    • Read — view and retrieve existing data without modifying it.
    • Update — edit existing resources.
    • Delete — remove resources. Use with caution — these actions may be irreversible.
  4. Click Create Token.

Create API Key dialog

Choose only the permissions your integration requires.

caution

The token is displayed only once after creation. Store it securely.

Manage existing keys

The key list shows each token's permissions, when it was last used, and when it was created.

  • Click the gear icon to update the key's permissions.
  • Click the trash icon to delete the key.

Delete an API key

Deleting a token permanently removes it. Any integration using it stops working, and the action cannot be reversed. Confirm with Delete API token.

Delete API token dialog

Related: Webhooks