Skip to content

API Key

An API key allows you to interact with https://app.bindingz.io

Create an API Key

Login to UI, select Profile, and create an Api Key.

Placeholder

Configure Api Key

Use any of the methods to set the Api Key.

export BINDINGZ_API_KEY=YOUR_API_KEY

Create a file called ~/.bindingz/credentials.json with the following content

{
  "apiKey": "YOUR_API_KEY"
}

See the next section on build plugins for how to specify the Api Key