← Back to Home

    Endpoints

    • POST /enterprise/inquire
    • GET /enterprise/sla
    • GET /enterprise/soc2
    • GET /enterprise/vpc
    POST

    /v1/enterprise/inquire

    Submit a custom integration, VPC deployment, or high-throughput enterprise cluster request. Our solutions engineering team will provision a secure staging sandbox and schedule a technical roadmap evaluation.

    SOC2 & VPC

    HIPAA & SOC2 compliant nodes deployed inside your private VPC (AWS, GCP, Azure).

    SLA & Scale

    99.99% uptime guarantees with dedicated rate limits scaling to 5,000+ RPS.

    SSO & RBAC

    Granular team scoping with OIDC/SAML single-sign-on integration.

    Request Body Schema

    organization
    string
    Legal company name or workspace identity. Required.
    email
    string (email)
    Corporate email address. Personal emails are rejected by policy. Required.
    volume
    enum
    Expected monthly message payload scale. Choices: `<100k`, `100k-500k`, `500k-2m`, `2m+`.
    use_case
    string
    Describe your architectural requirements and compliance scope. Optional.

    Technical Alignment Matrix

    Enterprise Escalations: engineering@sabnode.in

    Compliance: SOC2 Type II, HIPAA, ISO-27001 Audit Logs

    Hosting Options: On-Premise, Private AWS Cloud, Shared Cluster (Standard)

    Recent Inquiries

    Example Request

    curl -X POST https://api.sabnode.in/v1/enterprise/inquire \
      -H "Content-Type: application/json" \
      -d '{
        "organization": "Acme Corp",
        "email": "cto@acme.com",
        "volume": "100k-500k",
        "use_case": "Private cluster"
      }'

    Try it out