Docs · Contract & operators
Documentation
Start from the OpenAPI contract, try engines in the dashboard explorer, then dive into operator runbooks for self-hosted production.
API reference
The machine-readable contract for every v1 engine — import, codegen, and diff in CI.
- GET /api/v1/openapi — full OpenAPI 3 document (JSON)
- Drop into Postman, Insomnia, or your OpenAPI-driven SDK pipeline
- Same paths and envelopes the dashboard and playground call
Dashboard explorer
Interactive Swagger UI against your deployment — session-authenticated, ideal for quick experiments.
- Sign in, then open /dashboard/docs for UI wired to your cookies
- Try engines with real keys and workspace context — not a public mock
- Complements (does not replace) the public OpenAPI contract
Operators & runbooks
Bootstrap, hardening, and policy depth for anyone self-hosting Verixet on their own stack.
- docs/ in the repo — bootstrap, production-hardening, Stripe, webhooks
- Environment matrices and logging hygiene for production
- Keep marketing /docs and repo docs in mind together when onboarding
Repo docs/ vs this page
This hub is your on-site entry map. Long-form bootstrap, production hardening, and Stripe live in the docs/ directory of the repository — clone the repo or open your deployment bundle to read them alongside these links.
Related
Product overview, developer wiring, and live service status.