post https://console.neon.tech/api/v2/organizations//api_keys
Creates an API key for the specified organization.
The key_name
is a user-specified name for the key.
This method returns an id
and key
. The key
is a randomly generated, 64-bit token required to access the Neon API.
API keys can also be managed in the Neon Console.
See Manage API keys.