---
title: "DashaGPT — Chart-Aware Vedic Astrology Chat"
canonical_url: "https://mahadasha.com/dashagpt"
type: "service"
description: "DashaGPT is a Vedic astrology chat assistant that reads your saved birth chart, the running Mahadasha and current transits before answering."
---

# DashaGPT — Chart-Aware Vedic Astrology Chat

DashaGPT is the conversational interface to the chart engine. It resolves a saved
birth profile, computes the chart, dasha timeline and current transits, and
answers against those values.

## Using it

1. Sign in and save a birth profile (date, time and place of birth).
2. Ask in natural language. Personal questions need a saved profile; general
   astrology questions do not.
3. Multiple profiles can be saved and switched between.

Agents that want the underlying values instead of prose should call the chart,
dasha and transit endpoints directly.

## Programmatic access (for AI agents)

Every calculation on this site is available as JSON. Agents should call the API
rather than scraping the HTML UI:

- **Base URL:** `https://mahadasha.com/api/v1`
- **Auth:** JWT Bearer token, register at `https://mahadasha.com/api/v1/auth/register`
- **OpenAPI schema:** https://mahadasha.com/api/v1/openapi.json
- **API catalog:** https://mahadasha.com/.well-known/api-catalog
- **MCP server card:** https://mahadasha.com/.well-known/mcp/server-card.json
- **Site summary for LLMs:** https://mahadasha.com/llms.txt
- **Markdown sitemap:** https://mahadasha.com/sitemap-markdown.xml

> Human UI: [DashaGPT](https://mahadasha.com/dashagpt)
