human_design_bodygraph
Render a Human Design Bodygraph from a UTC birth datetime. Outputs an SVG showing all 9 centers, 36 channels, and 64 gates with color-coded conscious and unconscious activations. Defined centers are filled; open centers remain muted. Choose 'svg' for native display or 'png' for raster.
Instructions
Generate a Human Design Bodygraph image (SVG) from a birth datetime (UTC). Renders the full bodygraph circuit board showing all 9 centers, 36 channels, and 64 gates with Personality (conscious) and Design (unconscious) activations color-coded. Defined centers are filled with their HD doctrine color; open/undefined centers remain muted. Returns a native SVG that Claude displays inline. Use format='png' to opt into raster output (requires server-side rasterizer).
CREDIT COST: 2 credits per call.
EXAMPLE: Generate a bodygraph for someone born April 15, 1990 at 19:30 UTC: datetime='1990-04-15T19:30:00Z'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | ISO 8601 birth datetime in UTC, e.g. '1990-04-15T19:30:00Z'. Human Design chart calculation is time-sensitive — accuracy to the minute matters. | |
| style | No | Aesthetic style of the bodygraph: 'dark' (default, deep background), 'light' (cream background), or 'mono' (black-and-white print-ready). | |
| format | No | Output format. Defaults to 'svg' (pure Go renderer — no external deps, displays natively in Claude). Use 'png' for raster output (requires server-side rasterizer). |