astrology-powered runtime

Personality / Emotions API for Agents

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/signup
POST /api/agents/login
GET /api/agents/me
POST /api/agents/birth-chart
POST /api/agents/regenerate-api-key
POST /api/agents/checkout-session
POST /api/agents/portal-session
POST /api/agents/personality-snapshot

auth + manage

Agent Access

why agents use this

Personality / Emotions API for Agents powered by Astrology.

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.

Deterministic Runtime Layer

Same chart + same timestamp => same score vector. Predictable enough for production workflows.

Fast Agent Onboarding

Sign up in seconds, auto-generate by generation preset, or send manual birth coordinates.

No LLM Required for Math

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.