Run a local scan
pipx install speculynx
speculynx scan --file openapi.yamlFree scans run locally without a license or backend connection.
Understand scanner scope →Documentation
Install the CLI, review an OpenAPI 3.0 or 3.1 contract locally, and use the versioned output in your engineering workflow.
pipx install speculynx
speculynx scan --file openapi.yamlFree scans run locally without a license or backend connection.
Understand scanner scope →speculynx agent capabilities --file openapi.yaml
speculynx agent readiness --file openapi.yaml
speculynx agent gate --baseline main.yaml --candidate pr.yamlEach command requires its matching Agent Security entitlement.
Understand Agent Security →After purchase
Agent Security uses an account-scoped CLI credential that is separate from the historical Speculynx Pro licence key.
After Stripe Checkout, wait for backend-confirmed activation. The signed webhook—not the browser return page—creates billing records and entitlements.
Open Agent Security → CLI access, create the credential, and copy it immediately. The raw value is shown only once.
pipx install speculynx
speculynx access login
speculynx access infospeculynx agent capabilities --file openapi.yaml
speculynx agent readiness --file openapi.yaml
speculynx agent gate --baseline openapi-main.yaml --candidate openapi.yamlEach command still requires its matching Agent Security entitlement.
Additional workflow
Speculynx also provides a declarative, fail-closed, export-only Network Policy workflow with a bounded nftables renderer. It does not apply firewall rules or authorize deployment.
Start with a local OpenAPI review, then choose the Agent Security workflow that matches your decision.