AI Agents is currently in alpha. APIs may change.
GraphConfig and a prompt, receive an updated GraphConfig ready to render.
Architecture
Agents are stateless. Each request contains the full context needed to process it—no sessions, no conversation history. This design simplifies integration:- No session management or cleanup
- Requests are idempotent and cacheable
- Easy to retry on failure
- Works with any architecture (serverless, edge, traditional)
Available Agents
| Agent | Endpoint | SDK Method | Description |
|---|---|---|---|
| Chart Maker | POST /api/v0/generate | generateGraph() | Modify chart type, styling, data transformations |
Prerequisites
- A Graphy API key
- Familiarity with
GraphConfig(schema reference)

