rinoxRinox

Frequently asked questions.

The ones that come up in pilots and procurement calls. If yours isn't here, ask us.

  • How accurate is the generated code?

    Generated scripts follow the seven-section Rinox template and pass the RINOX IRON standard (Phase 0 pipeline plus Appendices A-E). For platforms with uploaded API documentation, accuracy is high enough that most scripts run after only environment-variable configuration. For platforms relying on the model's training knowledge, we render a disclaimer recommending you verify endpoints against your specific version before production use.

  • What authentication schemes are supported?

    API keys, OAuth2 client-credentials, basic auth, bearer tokens, HMAC-signed requests, mutual TLS, and platform-specific schemes such as Splunk HEC tokens, Falcon API client/secret pairs, and Sentinel app-only auth via Entra ID. Credentials are always loaded from environment variables, never hardcoded.

  • Is Rinox available on-prem or self-hosted?

    Not yet. Today Rinox runs on rinox.io. Enterprise self-hosting is on the roadmap. If your environment requires it, reach out via the contact form.

  • Does Rinox store my prompts?

    Generation prompts and outputs are retained for up to 30 days to support troubleshooting and quality improvement. After that, generation records are removed from production systems. See the security page for the full retention policy.

  • Which model powers Rinox?

    The active model is configurable from the admin panel and can be switched between Claude Opus, Sonnet, and Haiku without redeploying. The default is Claude Sonnet 4.6. The model in use is recorded with every generation for traceability.

  • Is there a human reviewing every output?

    No — generation is automated. You should review and test every script before production use. We do log generations for support and quality, but a human does not approve each output before you see it.

  • What happens to API documentation I upload?

    Uploaded documentation is extracted, normalised, and indexed so future generations against that platform can use it. Admin-uploaded docs are auto-approved; user submissions enter a review queue. Documents are stored encrypted at rest and can be removed on request.

  • How does the free tier work?

    New accounts get five free generations. After the limit, you can request enterprise access via the contact form. The free count and what counts as a generation are configurable from the admin panel and may change as we tune the product.

  • What's the SLA and support story?

    There is no formal SLA today. We aim to respond to support requests within two business days. Customers on enterprise pilots get a named contact and a defined response window — request access via the contact form.

  • Is data isolated between tenants?

    Yes. The application database uses row-level security keyed on the authenticated user; service-role access is constrained to server-side workloads. Generations, prompts, and uploaded documents are not visible across accounts.

  • What platforms are coming next?

    Demisto/Cortex XSOAR Cloud, Tines, Tenable.io, Wiz, and Snowflake security analytics are on the short list. The full roadmap is informed by contact-form requests, so file a request if you need a specific platform.

  • Can I see the system prompt?

    No. The system prompt and the RINOX IRON spec are core IP. You can see the structure of the output (the seven sections are documented on the home page) and you fully own the generated code.

  • Does Rinox work for one-off scripts as well as scheduled jobs?

    Yes. The generator detects one-off vs. recurring use cases and simplifies the pipeline accordingly. One-off scripts skip state-management and cursor tracking; scheduled jobs get the full Iron Pipeline with cursor advancement gated on delivery success.

  • Can I export prompts and generations?

    Account holders can request a data export by emailing the privacy contact. Programmatic export is on the roadmap.

  • What happens if a generation fails?

    Failed generations do not consume a free-tier credit. The error and remediation hint are surfaced inline; for repeated failures, the contact form is the right escalation path.