You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# roxy-sdk (Python) - Agent Guide
2
2
3
-
Python SDK for RoxyAPI. Twelve domains (Western astrology, Vedic astrology, numerology, tarot, biorhythm, I Ching, crystals, dreams, angel numbers, location, usage, languages). One API key, sync and async.
3
+
Python SDK for RoxyAPI. Spiritual domains (Western astrology, Vedic astrology, numerology, tarot, Human Design, forecast, biorhythm, I Ching, crystals, dreams, angel numbers) plus utility namespaces (location, usage, languages). One API key, sync and async.
4
4
5
5
## Install and initialize
6
6
@@ -52,6 +52,8 @@ Type `roxy.` to see all available namespaces. Type `roxy.{domain}.` in an IDE wi
52
52
|`roxy.vedic_astrology`| Vedic / Jyotish: kundli, panchang, Vimshottari dasha, nakshatras, Mangal / Kaal Sarp / Sade Sati doshas, Guna Milan, navamsa, KP chart and ruling planets |
53
53
|`roxy.numerology`| Life path, expression, soul urge, personal year, full chart, compatibility, karmic lessons |
54
54
|`roxy.tarot`| Daily card, custom draws, three-card, Celtic Cross, yes / no, love spread, 78-card catalog |
55
+
|`roxy.human_design`| Full bodygraph: type, strategy, authority, profile, definition, centers, channels, gates. No coordinates needed |
Copy file name to clipboardExpand all lines: README.md
+42-6Lines changed: 42 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Python SDK for astrology, Vedic astrology, tarot, numerology, and more.
16
16
17
17
One API key. Sync and async (every method has an `_async` suffix). Verified against NASA JPL Horizons.
18
18
19
-
The fastest way to add natal charts, kundli matching, daily horoscopes, tarot readings, and spiritual insights to FastAPI, Django, Flask, or any Python project. Ten domains behind a single [Roxy](https://roxyapi.com) subscription, interpretations in eight languages.
19
+
The fastest way to add natal charts, kundli matching, daily horoscopes, tarot readings, and spiritual insights to FastAPI, Django, Flask, or any Python project. Twelve domains behind a single [Roxy](https://roxyapi.com) subscription, interpretations in eight languages.
### 5. Biorhythm API (daily check-in, forecast, compatibility)
215
+
### 5. Human Design API (full bodygraph: type, strategy, authority, profile)
216
+
217
+
The breakout 2026 spiritual category, computed from the same ephemeris as Western astrology plus the I Ching gate wheel and chakra-style centers. Self-discovery apps, dating and compatibility products, and AI coaching bots are the buyers. The full bodygraph is the chart, returned in one call. No coordinates needed: Human Design uses the birth instant and ecliptic longitudes, so there is no city-search setup step.
218
+
219
+
```python
220
+
# Full bodygraph. The #1 Human Design query, the whole chart in one call.
221
+
# `timezone` is the IANA string ("Asia/Kolkata"), same as the chart endpoints.
### 6. Forecast API (cross-domain transit timeline, significance-scored)
231
+
232
+
The first cross-domain, stateless forecast in the catalog. One call merges Western transit-to-natal aspects, sign ingresses, retrograde stations, Vedic Vimshottari dasha boundaries, and biorhythm critical days into a single significance-scored, time-ordered timeline. Forecast feeds, transit alerts, and timing tools are the buyers. The window is clamped to a 90-day horizon.
233
+
234
+
```python
235
+
# Cross-domain timeline. Acquire on the transit keyword, convert on this breadth.
236
+
# Response keys are camelCase passthrough: result["count"], result["events"].
### 7. Biorhythm API (daily check-in, forecast, compatibility)
214
250
215
251
Zero competition domain. Steady search volume with the top Google result being a static calculator page. Pure land-grab for wellness, productivity, sports, and couples apps.
### 8. Dream interpretation API (symbol dictionary, search)
293
+
### 10. Dream interpretation API (symbol dictionary, search)
258
294
259
295
Thousands of dream symbols. `dream meaning` is among the highest-volume spiritual searches on Google. Journal apps, AI therapy chatbots, and self-discovery products are the buyers.
0 commit comments