Get started

Credentials

Credentials

Credentials are like passwords that let your coding AI talk to JustDeploy on your behalf. Each credential has an Access Key (like a username) and a Secret Key (like a password).

Creating credentials

Create a new credential from the Credentials page. You can optionally set an expiration date for extra security.

The Secret Key is shown only once when created. Make sure to save it somewhere safe — you won’t be able to see it again.

Using credentials

Your coding AI uses these keys automatically. If you need to use them manually, include both in your API request headers:

Headers
X-Access-Key: YOUR_ACCESS_KEY
X-Secret-Key: YOUR_SECRET_KEY