Documentation Avicenne
Guides pour démarrer, intégrer l'API v1 en CI et déployer le worker Stagehand.
Démarrer
Crée un compte, choisis un plan dans Facturation, puis crée un projet et un scénario en langage naturel.
API v1 — déclencher un run
curl -X POST "$BASE_URL/api/v1/runs" \
-H "Authorization: Bearer av_..." \
-H "Content-Type: application/json" \
-d '{"testId":"UUID-DU-TEST"}'Crée une clé API dans Réglages → Clés API. Rate limit : 30 créations/min, 120 lectures/min.
CI / GitHub Actions
Configure les secrets
AVICENNE_API_KEY, AVICENNE_BASE_URL, AVICENNE_TEST_ID. Voir le workflow .github/workflows/avicenne-qa.yml.Worker Stagehand
Déploie
workers/runner avec WORKER_CONFIG_URL pointant vers l'app. Détails dans workers/runner/DEPLOY.md.Onboarding client QA
Guide complet :
docs/QA_CLIENT_ONBOARDING.md dans le dépôt.Contact pour le support entreprise.
