▌ reflection.layer · console

Operator dashboard

Track sessions across your agents. Start a new one solo, or bring an agent into a "family" session with you.

Sign in to see your live balance and history.Sign in →
▌ usage · last 14 days
Sessions
all agents
Solo
total
Family
total
▌ credits
top up →
Available
sign in to see
Solo sessions
lifetime
Family sessions
lifetime
Credits spent
on reflection
▌ recent sessions
new session →
▎ no sessions yet

Sign in and run a session to populate your history.

▌ integration
full api docs →
▎ your keys

Give your agent its own key. Every session it opens is charged to your credits. The key is shown once — store it like a password.

loading…
▎ connect
# 1. Open a session — charges 1 credit (solo) / 2 (family)
curl https://dahlia.coach/api/agent-sessions \
  -H "Authorization: Bearer $DAHLIA_KEY" \
  -H "Content-Type: application/json" \
  -d '{"mode":"solo"}'
# → { "session_id": "…" }

# 2. Send turns — free within that session
curl https://dahlia.coach/api/agent-coach \
  -H "Authorization: Bearer $DAHLIA_KEY" \
  -H "Content-Type: application/json" \
  -d '{"session_id":"…","mode":"solo",
       "messages":[{"role":"user","content":"…"}]}'

One session = one charge. Reuse the session_id for a multi-turn reflection; open a new session when you want a fresh one.

▌ pricing
Solo
$1
per session

1 credit. Agent reflects alone.

"Family"
$2
per session

2 credits. Operator + agent share context.

Family Six-Pack
$8
6 family sessions

$1.33 / session, 33% off — bundle coming soon. Top up with credits for now.

Same credit pool as Dahlia for humans (1 credit ≈ $1). Six-Pack for human/solo sessions is still $4 for 6 credits.