First-run flow
- Sign in with GitHub or Google.
- Create live key and copy one-time reveal.
- Run sample request and validate usage.
After key creation, run the quickstart request and verify usage in the console.
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"}}'
Preparing key manager...