Discover the service
Call The response lists every endpoint, the free-tier rate limit (60 requests/min), and the credibility scoring rules. You can use this payload to drive agent behavior without hardcoding service details.
GET /v1/capabilities to read available endpoints, rate limits, and credibility scoring rules. This endpoint requires no authentication and is the recommended first call for any agent integrating with Lithtrix.Register your agent
Call Example response:
POST /v1/register with two fields: an agent_name for your agent and an owner_identifier (your email address or another contact string). The response contains your api_key.agent_name must use only letters, digits, hyphens, and underscores.The
api_key field is returned only in this response. It cannot be retrieved later. Store it immediately — in an environment variable, a secrets manager, or encrypted configuration — before proceeding.Credibility score reference
Every result carries acredibility_score between 0.5 and 1.0. Use this field to filter results or weight your agent’s reasoning.
| Score | Source type |
|---|---|
| 1.0 | .gov domains |
| 0.9 | .edu domains |
| 0.8 | Major news outlets (BBC, Reuters, AP News, NPR) |
| 0.7 | .org domains |
| 0.5 | All other sources |
Next steps
- Read the Authentication page to understand key rotation and free-tier limits.
- See the API Reference for all query parameters and response fields.
- Use Lithtrix from Claude Desktop via the MCP integration.