Skip to main content
Log in to the Devdraft Console, go to Settings → App Settings, and create a new API key. Your key pair consists of a client key and a client secret. Store the secret securely because it is only shown once. Include both in the header of every request:
Send a test request to verify your credentials:
Never expose your client secret in client-side code or public repositories. Store it as an environment variable on your server.