Catalog, try-on-prompt, and evidence reports for your team. Direction vectors are not returned.
Authorization: Api-Key YOUR_KEYSession cookies from the website also work. There is no unauthenticated inference endpoint.
Team-scoped under /a/<team_slug>/api/:
GET /a/<team>/api/pack/ — catalog (no direction vectors)POST /a/<team>/api/steer/ — try a shipped feature: {"feature_id", "alpha", "prompt"}GET /a/<team>/api/reports/<id>/ — evidence report
OpenAPI UI:
/api/schema/swagger-ui/
curl -s -H "Authorization: Api-Key YOUR_KEY" \
https://zytheris.ca/a/YOUR_TEAM/api/pack/
curl -s -X POST -H "Authorization: Api-Key YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"feature_id": 1, "alpha": 5, "prompt": "The capital of France is"}' \
https://zytheris.ca/a/YOUR_TEAM/api/steer/
Preview: 50 try-on-prompt calls / day. Team: 5,000 / day. The API returns 429 when the workspace is over. See Pricing. Custom packs can include different API quotas in the quote.