For the complete documentation index, see llms.txt. This page is also available as Markdown.

API keys

Autify Genesis API keys let external tools and CI/CD pipelines access the Genesis API and the Genesis MCP server. Manage your personal keys, and — as an Admin or Owner — keys issued by other organization members.

API key list

Created API keys appear in a list.

Screenshot of the API key list
API key list

Only the API keys you (the signed-in user) created appear on this screen. API keys created by other users are not shown. Organization Admins and Owners can see every API key in the organization in the Organization API Keys section described below.

Creating an API key

  1. Click Create API key.

  2. Enter an easy-to-identify name in Key name.

  3. Click Create API key.

  4. The generated API key appears. Copy it.

Screenshot of the dialog shown after creating an API key
Dialog shown after creating an API key

Created API keys can be used both as the x-api-key header for the Genesis API and as the Authorization: Bearer {API key} header for the Genesis MCP server. For MCP client setup, see MCP server.

Deleting an API key

  1. Click the delete icon in the row of the key you want to delete.

    Screenshot of the delete icon for an API key
    Delete icon for an API key
  2. Click Delete in the confirmation dialog.

    Screenshot of the API key delete confirmation dialog
    API key delete confirmation dialog

Organization API keys

If you are signed in as an Admin or Owner of the organization, the Organization API Keys section appears below your personal API key list. This section lists every API key issued by members of the organization, along with the Created by information (name and email) and the creation date.

The Organization API Keys section appears only for Admin and Owner roles. Members see only the API keys they created themselves.

When you remove a member from the organization, the API keys they issued are revoked automatically.

Screenshot of the Organization API keys list
Organization API keys list

Revoking an organization API key

  1. Click the delete icon in the row of the key you want to revoke.

  2. Click Revoke in the Revoke API key dialog.

    Screenshot of the Revoke API key confirmation dialog
    Revoke API key confirmation dialog

Last updated