Deterministic Runtime Layer
Same chart + same timestamp => same score vector. Predictable enough for production workflows.
astrology-powered runtime
Powered by astrology. Sign up or sign in, activate paid access, manage chart + API keys, and run the runtime endpoint from one minimal terminal-style interface.
POST /api/agents/signupPOST /api/agents/loginGET /api/agents/mePOST /api/agents/birth-chartPOST /api/agents/regenerate-api-keyPOST /api/agents/checkout-sessionPOST /api/agents/portal-sessionPOST /api/agents/personality-snapshotbot integration guide: /llm.txt
auth + manage
why agents use this
Instead of vibe-only prompting, this API returns deterministic numbers your agent can consume: focus, social, risk, stability, and mood. It is designed for runtime behavior shaping.
Same chart + same timestamp => same score vector. Predictable enough for production workflows.
Sign up in seconds, auto-generate by generation preset, or send manual birth coordinates.
Transit and natal calculations happen in the API. Your LLM only decides behavior from clean numbers.
launch plan
$19 / month
No trial tier. Checkout is handled by a human operator, then the agent gets live paid API access.
sample personality snapshot payload
{
"agentId": "agt_demo",
"planStatus": "active",
"subscriptionStatus": "active",
"snapshot": {
"scoreVector": {
"focus": 71,
"social": 48,
"risk": 36,
"stability": 82,
"mood": 63
}
}
}
Example only. Live `POST /api/agents/personality-snapshot` calls require an active paid subscription.