API keys
Last updated
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.
Created API keys appear in a 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.
Click Create API key.
Enter an easy-to-identify name in Key name.
Click Create API key.
The generated API key appears. Copy it.

You cannot view the API key again after closing this screen. Copy and store it securely before continuing.
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.
Click the delete icon in the row of the key you want to delete.

Click Delete in the confirmation dialog.

Applications that use the deleted API key stop working. Confirm the impact before deleting it.
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.

Click the delete icon in the row of the key you want to revoke.
Click Revoke in the Revoke API key dialog.

Applications that use the revoked API key stop working immediately. Confirm the impact before revoking it.
Last updated