How to add Human Design to your app

Human Design (branded here as Energy Blueprint) charts come from a birth date, time, and place. To add them to your product you call a chart API that computes type, authority, profile, channels, and centers from an ephemeris. Here is how the options compare.

The chart APIs

CapabilityMysticAPIbodygraph.comhumandesignapi.nlGeneric astrology APIs
FocusHuman Design + astrology engineHuman Design software (API add-on)Human Design chartsAstrology (not Human Design-specialized)
Pricing modelFlat monthly ($0 / $19 / $49 / $149)Subscription (practitioner-oriented)Credit-based (5k / 10k / 50k credits, rollover)Varies (flat or per-call)
Free tier (no card)50 calls / monthFree charts (product), API variesTrial / creditsVaries
Remote MCP serverYes — /mcpNot listed (Jul 2026)Not listed (Jul 2026)Some (e.g. RoxyAPI)
Pay-per-call (x402)Yes — USDC on BaseNoNoRare
Bodygraph chart JSONYesYesYesNot Human Design
Body-graph SVG renderYesYes (visual charts)JSON only (listed)Chart images vary
Personal-sky SVGYesNot listedNot listedSome
Relationship / composite chartYes — /v1/relationshipYes (relationship charts)Not listed (Jul 2026)Synastry varies
Numerology + raw ephemeris endpointsYes — /v1/numerology, /v1/ephemerisNot listedNot listedSome
Try before key (live in-browser demo)Yes — on / and /docsNot listedNot listedRare
EphemerisJPL-validated (Meeus + Standish)ProprietaryNASA JPLVaries
OpenAPI + llms.txtYes (3.1 + llms.txt)DocsDocsVaries
AuthBearer key or x402API keyAPI key (header)API key

Comparison compiled July 2026 from each provider’s public documentation. “Not listed” means the capability was not advertised in public docs at that time, not that it is impossible. Corrections: the facts above are checkable against each vendor’s site.

What each returns

First call

curl -X POST https://mysticapi.com/v1/bodygraph \
  -H "Authorization: Bearer mk_live_..." \
  -H "content-type: application/json" \
  -d '{"year":1990,"month":3,"day":15,"hour":12,"minute":30}'

Get a free key in the quickstart.