Developer documentation

Getting started

API quickstart

Create a governed API client and make your first request to Skila API v1.

Updated 2026-07-24

Before you begin

  • Ask a SkilaAI administrator to create a live or sandbox client.
  • Copy the generated key when it is shown. The full key is not displayed again.
  • Store the key in a secret manager and grant only the scopes your integration needs.

Make a request

Send the API key in the x-skila-key header. Successful v1 responses use a consistent data and meta envelope.

List approved courses

curl -H "x-skila-key: $SKILA_API_KEY" \
  "https://api.skilaai.com/api/v1/courses?limit=25"