# How to create and revoke API keys

> Choose the correct key type, copy its value securely, and revoke credentials that should no longer access Moviie.

- Canonical: https://moviie.ai/help/en/integrations/create-and-revoke-api-keys
- Language: en
- Category: Integrations and migration
- Published: 2026-07-30
- Updated: 2026-07-30

API keys let an integration identify itself to Moviie. Create only the credentials you need and never place a secret key in public code.

Open **Organização > Chaves de API** and select **Criar chave**.

## Choose the key type

Use a **secret** or server key only in a protected backend.

Use a **publicável** or client key only for supported public identification flows.

Give the key a name that identifies the system and environment, such as “Checkout production”. After creation, copy the full value immediately and store it in your secrets manager. Moviie shows the full credential only once.

## Revoke a key

Find the credential, open its actions, select **Excluir** or **Revogar**, and confirm. The effect is immediate, so update the integration first when uninterrupted service matters.

If a secret appears in a repository, message, screenshot, or browser code, treat it as exposed: revoke it, create a replacement, and update the authorized system.

## Keep learning

Continue this task with the next guides:

How to configure webhooks

How to import videos in bulk with the Moviie extension
