Back to Home
Legal Agreement

Terms of Service

Last Updated: July 2026

1. Acceptance & Scope of Agreement

By signing up for a GlitchGo account, accessing the developer portal, or utilizing the AdminZero gateway API, you agree to comply with and be bound by these Terms of Service. If you are entering into this agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity.

2. Developer API Credentials & Security

AdminZero provides credentials in the form of secret API Keys starting with az_sk_live_. You are solely responsible for protecting these keys against unauthorized exposure.

  • Secret keys must never be hardcoded into frontend client bundles (React, Vue, iOS, Android).
  • Keys should be stored securely as backend environment variables on trusted platforms (Vercel, Heroku, AWS).
  • If a key is exposed or compromised, you must immediately revoke it via the developer portal table. We are not liable for credit consumption or data issues resulting from compromised developer keys.

3. Database Integration Modes & Liability

AdminZero supports two operational integration architectures:

Option A: Translation Only

AdminZero acts strictly as a text-to-SQL compiler and security filter. No database connection string is passed. We scan prompts and return SQL. You execute the SQL locally. We hold zero database connection liability.

Option B: Execution Proxy

You connect your database connection string, which is stored encrypted using AES-256-GCM. AdminZero translates, filters, connects to your database to execute, and returns raw query results. **You are strictly required to configure read-only database credentials.** We are not liable for any structural, index, or data mutations if credentials with write permissions are supplied.

4. Billing, Top-up Credits & Refunds

AdminZero utilizes a monthly subscription tier and a manual credit top-up model. Queries consume credits based on active filter layers (Base translation: 1, Prompt Firewall: +1, PII: +1, AST Guard: +2).

  • Developer accounts receive 2,500 credits per month free. Unused free credits do not roll over.
  • Paid subscription tiers (Startup, Scale) and manual UPI top-ups are billed in Indian Rupees (INR).
  • Credits have no cash value and are non-refundable. All receipt verifications made via our automated UPI vision system or manual admin reviews are final.

5. India MSME Registration & Legal Identity

GlitchGo is officially registered as a Micro Enterprise under the Ministry of Micro, Small and Medium Enterprises (MSME), Government of India, holding registration number UDYAM-AP-17-0080333. All service-level agreements, invoices, dispute resolutions, and contracts are governed by and construed in accordance with the laws of the Republic of India.

6. Limitation of Liability & Timeout Restraints

To maintain high availability and protect database performance, AdminZero enforces strict query quotas and an automated 5-second database connection execution timeout limit. We are not liable for queries that abort due to these timeouts or downstream database slowdowns. We are not liable for secondary server outages, security breaches, or downstream financial losses arising from pre-existing system issues.