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:
Enterprise tier removes standard rate limits and unlocks significantly higher thresholds:
| Name | Type | Description |
|---|---|---|
RPM | 1,000 | Requests per minute — 5x the Pro tier (200 RPM). Allows sustained high-throughput workloads. |
RPD | 500,000 | Requests per day — 10x the Pro tier (50K). Sufficient for large-scale data pipelines and batch processing. |
Max Results | 200 | Maximum results per search query — 4x the standard limit (50). Enables deep research and comprehensive data collection. |
Concurrent | 50 | Maximum concurrent requests — 10x the standard limit (5). Supports parallel processing and high-concurrency applications. |
The following features are exclusive to the Enterprise tier and cannot be accessed on Free, Micro, Developer, or Business plans:
| Name | Type | Description |
|---|---|---|
AI Search | Enterprise | Agentic research with multi-step reasoning, source citations, and comprehensive synthesis across multiple search queries. |
Advanced Healing | Enterprise | Advanced self-healing strategies including automatic engine failover, retry with backoff, and circuit breaker tuning. |
High Volume | Enterprise | High volume batch processing for large-scale data collection. Supports bulk search, bulk scrape, and parallel AI processing. |
Custom Models | Enterprise | Custom LLM model support for AI Search and AI Synthesize. Use your own fine-tuned models or third-party endpoints. |
Commercial Use | Enterprise | Commercial use license allowing you to incorporate Jiro results into commercial products, SaaS platforms, and client deliverables. |
Premium Support | Enterprise | Priority support access with guaranteed 4-hour response time, dedicated Slack channel, and quarterly architecture reviews. |
White Label | Enterprise | White-label customization including custom branding, custom domains, remove Jiro attribution, and custom response formats. |
Use the status endpoint to verify your enterprise license is active: