Enterprise

Enterprise license setup, HMAC tokens, tier limits, white-label, and premium support.

License Setup

Enterprise features require a valid license token. Tokens are HMAC-SHA256 signed and validated server-side on every request.

How it works: 1. You receive a license token after purchasing an Enterprise plan 2. The token is an HMAC-SHA256 signature containing your license details (tier, expiry, features) 3. Pass the token via the Authorization: License <token> header 4. The server verifies the signature against its secret key 5. If valid, enterprise features are unlocked for that request

License token format: - Header: Authorization: License eyJhbGciOiJIUzI1NiIs... - The token is a base64-encoded JSON payload with an HMAC-SHA256 signature - Tokens are bound to your installation fingerprint for security - Tokens can be rotated from the dashboard without downtime

Setting the token:

bash
python
javascript

Enterprise Limits

Enterprise tier removes standard rate limits and unlocks significantly higher thresholds:

Enterprise Limits

NameTypeDescription
RPM
1,000Requests per minute — 5x the Pro tier (200 RPM). Allows sustained high-throughput workloads.
RPD
500,000Requests per day — 10x the Pro tier (50K). Sufficient for large-scale data pipelines and batch processing.
Max Results
200Maximum results per search query — 4x the standard limit (50). Enables deep research and comprehensive data collection.
Concurrent
50Maximum concurrent requests — 10x the standard limit (5). Supports parallel processing and high-concurrency applications.

Enterprise Features

The following features are exclusive to the Enterprise tier and cannot be accessed on Free, Micro, Developer, or Business plans:

Feature Matrix

NameTypeDescription
AI Search
EnterpriseAgentic research with multi-step reasoning, source citations, and comprehensive synthesis across multiple search queries.
Advanced Healing
EnterpriseAdvanced self-healing strategies including automatic engine failover, retry with backoff, and circuit breaker tuning.
High Volume
EnterpriseHigh volume batch processing for large-scale data collection. Supports bulk search, bulk scrape, and parallel AI processing.
Custom Models
EnterpriseCustom LLM model support for AI Search and AI Synthesize. Use your own fine-tuned models or third-party endpoints.
Commercial Use
EnterpriseCommercial use license allowing you to incorporate Jiro results into commercial products, SaaS platforms, and client deliverables.
Premium Support
EnterprisePriority support access with guaranteed 4-hour response time, dedicated Slack channel, and quarterly architecture reviews.
White Label
EnterpriseWhite-label customization including custom branding, custom domains, remove Jiro attribution, and custom response formats.

Verifying Your License

Use the status endpoint to verify your enterprise license is active:

bash

Need help?

Check our error codes or reach out to the team.