AI Agents is currently in alpha. APIs may change.
Prerequisites
- Node.js 18+
- A Graphy API key — create one in the console
- An existing
GraphConfig(or use the example below)
1. Install the SDK
2. Create the Client
3. Prepare a Graph Configuration
4. Call the Agent
5. Use the Result
The Agents SDK returns an updatedGraphConfig. Log it, persist it, or pass it to your renderer.
Chart rendering is separate from the Agents client. Use
@graphysdk/react for the v2 React renderer when you are ready
to display the chart.Licence
npm install is not a commercial licence. Free Trial is 32 days, local or internal, and does not cover a public page. See licence and evaluation.
Next Steps
Configuration
Timeouts, retries, and logging
Streaming
Real-time progress updates
Error Handling
Retries and error types
REST API
Direct HTTP integration

