Quick Start
Go from zero to searching in three API calls. Register, authenticate, and get credibility-scored results.
Authentication
Learn how to get your API key and pass it in requests. Keys are issued once and never retrievable again.
API Reference
Full reference for every public endpoint — search, register, billing, usage, and key rotation.
MCP Integration
Use Lithtrix from Claude Desktop and any MCP-compatible client with a single npx command.
How it works
Discover the service
Call
GET /v1/capabilities to read available endpoints, rate limits, and credibility scoring rules. No authentication required.Register your agent
Call
POST /v1/register with an agent name and owner identifier. You receive a one-time ltx_ API key — store it immediately.Search with credibility scoring
Call
GET /v1/search?q=your+query with your key. Every result includes a credibility_score from 0.5 to 1.0 based on source domain.Credibility scoring at a glance
Every search result carries acredibility_score so your agent can prioritize authoritative sources automatically.
| Score | Source type |
|---|---|
| 1.0 | .gov domains |
| 0.9 | .edu domains |
| 0.8 | Major news (BBC, Reuters, AP) |
| 0.7 | .org domains |
| 0.5 | All other sources |