lithtrix_register
Register a new agent with Lithtrix to obtain a one-time API key. No authentication required; agree to terms and provide agent name and owner identifier.
Instructions
Register a new agent with Lithtrix and receive a one-time API key. Call this tool once to obtain your LITHTRIX_API_KEY. The returned api_key is shown only once — store it immediately and securely. No authentication required. Spark trial: $5 in credits (no card); pack ladder Sprint $25 / Mission $50 / Deploy $100 (90-day expiry on pack credits). Buy Sprint to unlock Browse; search and browse metered at $0.005 per successful call from your balance. Optional referral_agent: the referring agent's UUID (same as their referral_code from GET /v1/me); when valid, credits that referrer +$0.50 per signup (self-referral excluded; no cap). agree_to_terms must be true (Gentle-Agent Agreement). agent_name: alphanumeric, hyphens and underscores only. owner_identifier: your email, URL, or any stable identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agree_to_terms | Yes | Must be true — you agree to https://lithtrix.ai/terms (required by POST /v1/register) | |
| agent_name | Yes | A unique name for this agent (letters, digits, hyphens, underscores only) | |
| owner_identifier | Yes | Your email address, URL, or a stable identifier for the agent owner | |
| referral_agent | No | Optional referring agent UUID — same value as their referral_code from GET /v1/me |