Skip to main content
PlanetNodes

Create an account and API key

Create customer credentials and keep the secret out of source control.

All guides →

Create customer access

Open Get started, create a customer account, and issue an API key from the console. The complete secret is shown only when it is created.

Store the key safely

  • Use an environment variable or secret manager.
  • Do not commit keys to a repository or include them in support messages.
  • Rotate the key if it may have been exposed.

Authenticate requests

Command
curl https://api.planetnodes.com/customers/me \
  -H "X-API-Key: $PLANETNODES_API_KEY"

Related guides