Developer
For local development, evaluation and small proofs of concept.
- Test API keys
- Core enrichment schemas
- Request inspector
- Community documentation
- Usage dashboard preview
Start with a developer sandbox, move to transparent usage-based billing and add enterprise controls when governance or volume requires them.

This static site intentionally avoids fabricated price points. Add approved rates, quotas and billing terms before taking live orders.
For local development, evaluation and small proofs of concept.
For production applications and recurring enrichment workloads.
For higher volume, policy requirements and dedicated support.
A useful pricing model connects usage to the actual work performed and makes retry or provider costs visible.
| Driver | Why it matters | Control |
|---|---|---|
| Input size | Long documents and large records require more processing. | Trim irrelevant content, chunk documents and set size limits. |
| Enrichment count | Each requested field or operation can add work. | Request only fields connected to a downstream use. |
| Model route | Provider and model choices have different costs and capabilities. | Use task-specific routing policies and approved provider lists. |
| Retries | Timeouts and invalid outputs can multiply cost. | Cap attempts, preserve idempotency and retry only eligible errors. |
| Retrieval and tools | External lookups add latency and service cost. | Enable retrieval only for schemas that require evidence. |
| Batch operations | Large jobs need queue, storage and webhook delivery. | Use predictable batch sizes and completion retention policies. |
Track cost by record type, schema and route. A low request price is not useful if the result fails validation or requires manual repair.
Set a maximum route cost or token budget for each enrichment request.
Define daily or monthly limits with warning thresholds and hard stops.
Measure cost per schema-valid result, not only cost per attempted request.
Return provider, model route, attempts and billable units in usage metadata.
Notify operators when a schema, customer or route changes its normal usage pattern.
Provide CSV or API exports for finance, product and capacity planning.
The pricing page explains the commercial structure while staying honest about the current static launch state.
Use the static sign-in page as a front-end starting point, then connect it to your approved identity, account and billing systems.