Shaktix Docs

Documentation Overview

Choose the path that matches your role: guided workflows, API integration, SDK usage, or release tracking.

Shaktix documentation is structured to serve product users and engineering teams without forcing context switches. Start with guides if you are new, move to API for implementation details, and monitor changelog for operational updates.

Quickstart

Create a circuit job and poll status using the launch-safe v1 contract.

curl -X POST http://127.0.0.1:8000/api/v1/circuit-jobs \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"project_id":"proj_123","type":"generate","input_text":"Design a low-noise preamp"}'
Open Onboarding Guides