Onboarding Step 1 of 3

Create your first API key.

After key creation, run the quickstart request and verify usage in the console.

First-run flow

  1. Sign in with GitHub or Google.
  2. Create live key and copy one-time reveal.
  3. Run sample request and validate usage.

Quickstart request

curl -X POST https://api.artexion.com/api/v1/tasks/execute \
  -H "Authorization: Bearer atx_live_your_key" \
  -H "Content-Type: application/json" \
  --data '{"task_definition":{"topic":"hello artexion"}}'

API key manager

Preparing key manager...