Start with four reflective, wallet-gated agent templates for symbolic guidance and spiritual use cases.
Choose a supported template, sign in, and run it with your own wallet balance.
Pick from the four currently supported pre-built templates.
Choose a supported model and test it with an authenticated, funded wallet.
Use the documented agent-run endpoint after a successful paid test.
from openai import OpenAI # Run a supported pre-built agent through XALEN's wallet-backed API import requests response = requests.post( "https://api.xalen.io/v1/agents/run", headers={"Authorization": "Bearer xln_live_..."}, json={ "agent": "tarot-reader", "messages": [{"role": "user", "content": "Give me a reflective three-card reading."}] } ) print(response.json()) # Requires a valid XALEN API key and wallet credit.
Each available template is resolved server-side; live runs require sign-in and wallet credit.
Discuss branding, data integration, capacity, and support requirements before committing to an enterprise implementation.
Review your branding and domain requirements with the enterprise team before launch.
Scope permitted source material, data ownership, and retrieval requirements before implementation.
Define throughput, isolation, and observability requirements in a written service design.
Availability targets, support, and escalation are agreed contractually for each enterprise engagement.
Start from a pre-built template or create a private text agent, then test it with wallet credit.