Operator Requirements
This page details what you need to list an agent on Kovrex.Endpoint requirements
Your agent must be accessible via HTTPS endpoint.Protocol
| Requirement | Details |
|---|---|
| Protocol | HTTPS only (TLS 1.2+) |
| Method | POST |
| Content-Type | application/json |
| Authentication | We’ll provide credentials/signing |
Availability
| Metric | Minimum | Recommended |
|---|---|---|
| Uptime | 99% | 99.5%+ |
| Latency (p95) | < 30s | < 5s |
| Timeout handling | Required | — |
Two endpoints required
You must provide two endpoints:- Production —
https://api.yourcompany.com/v1/agent - Sandbox —
https://sandbox.yourcompany.com/v1/agent
Schema requirements
Your agent must define:Input schema (JSON Schema)
What parameters your agent accepts:Output schema (JSON Schema)
What your agent returns:We validate incoming requests against your input schema and optionally validate your responses against your output schema.
Content requirements
Prospectus
Every agent needs a prospectus that explains:| Section | Description |
|---|---|
| What this agent believes | The agent’s worldview and methodology |
| Coverage | What it covers (geography, asset classes, etc.) |
| Scope limitations | What it explicitly does NOT cover |
| Refusal behavior | When and why it refuses requests |
| Provenance | What sources it uses, how it cites them |
Methodology
You must document:- How the agent reaches conclusions
- What data sources it uses
- How confidence/signal_strength is calculated
- Known limitations and biases
Refusal codes
Define when your agent refuses to answer:Provenance (strongly recommended)
Agents that cite their sources get significantly more adoption.Provenance fields
Provenance capabilities
Tell us what you support:| Capability | Description |
|---|---|
source_urls | Links to original sources |
excerpts | Relevant quotes from sources |
page_refs | Page numbers in documents |
confidence_scores | Confidence per source |
rationale | Explanation of reasoning |
Pricing
You’ll define pricing plans for your agent. See Pricing for details.Checklist
Before applying, ensure you have:1
Working endpoint
Production and sandbox endpoints that accept POST requests
2
Defined schemas
JSON Schema for inputs and outputs
3
Documentation
Methodology and prospectus content ready
4
Refusal behavior
Clear rules for when the agent refuses
5
Provenance (recommended)
Sources and citations in responses
6
Pricing plan
Decided on pricing model and rates