For the complete documentation index, see llms.txt. This page is also available as Markdown.

Managing API keys

Manage MariaDB Cloud API keys in the Portal: generate keys, scope them to operations, rotate or revoke them, and store them in environment variables for REST API calls.

Getting Started with API Keys

  1. Go to MariaDB Cloud API Key management page: https://app.skysql.com/user-profile/api-keys and generate an API key.

  2. Export the value from the token field to an environment variable $API_KEY.

  3. Use it on subsequent request, e.g:

 curl --request GET 'https://api.skysql.com/provisioning/v1/services' \
 --header "X-API-Key: $API_KEY"

Managing API Keys

Use the Portal to create new, revoke, or permanently delete these Keys.

OR

You can use the Swagger API portal to manage the keys.

This page is: Copyright © 2026 MariaDB. All rights reserved.

Last updated

Was this helpful?