Agent Marketplace

Run reflection agents through a
wallet-backed API

Start with four reflective, wallet-gated agent templates for symbolic guidance and spiritual use cases.

Backed by
4templates
Walletpaid runs
Cognitosign-in
Text + imageinputs
How Agents Work

Three steps to a paid test

Choose a supported template, sign in, and run it with your own wallet balance.

1

Choose an Agent

Pick from the four currently supported pre-built templates.

2

Configure

Choose a supported model and test it with an authenticated, funded wallet.

3

Run via API

Use the documented agent-run endpoint after a successful paid test.

python
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.
Marketplace

Four agent templates. Test with your wallet.

Each available template is resolved server-side; live runs require sign-in and wallet credit.

Enterprise

Enterprise requirements, scoped with you

Discuss branding, data integration, capacity, and support requirements before committing to an enterprise implementation.

Branding requirements

Review your branding and domain requirements with the enterprise team before launch.

Knowledge integrations

Scope permitted source material, data ownership, and retrieval requirements before implementation.

Capacity planning

Define throughput, isolation, and observability requirements in a written service design.

Service terms

Availability targets, support, and escalation are agreed contractually for each enterprise engagement.

Create a private agent
for a supported use case

Start from a pre-built template or create a private text agent, then test it with wallet credit.