# Graphy SDK ## Docs - [Error handling](https://docs.graphy.dev/advanced/error-handling.md) - [Internationalization](https://docs.graphy.dev/advanced/i18n.md) - [Portal provider](https://docs.graphy.dev/advanced/portal-provider.md) - [Version management](https://docs.graphy.dev/advanced/versioning.md) - [Overview](https://docs.graphy.dev/agents/overview.md) - [Quickstart](https://docs.graphy.dev/agents/quickstart.md) - [Type Reference](https://docs.graphy.dev/agents/reference/types.md) - [Annotation Agent](https://docs.graphy.dev/agents/rest/annotate.md): Add highlights, tooltips, stickers, and other annotations to a chart with natural language. - [Authentication](https://docs.graphy.dev/agents/rest/authentication.md) - [Chart Maker Agent](https://docs.graphy.dev/agents/rest/chart-maker.md): Modify charts using natural language. Send a GraphConfig and a prompt, receive an updated GraphConfig. - [Error Codes](https://docs.graphy.dev/agents/rest/errors.md) - [Evaluation](https://docs.graphy.dev/agents/rest/evaluate.md): Score how well every chart type fits a dataset. Deterministic — a rule-based scorer with no language model, so it returns a single result and uses no tokens. Only config.data is scored. - [Extract Agent](https://docs.graphy.dev/agents/rest/extract.md): Build a chart-ready dataset from unstructured text, images, PDFs, or .xlsx spreadsheets. Provide sourceText, attachments, or both. - [Mutation Agent](https://docs.graphy.dev/agents/rest/mutate.md): Transform a chart's dataset with natural language — filter, group, aggregate, derive, sort. - [Narrative Agent](https://docs.graphy.dev/agents/rest/narrate.md): Generate a chart's title, subtitle, and caption. Narrative is written into config.content as TipTap JSON. Requires userPrompt. - [SSE Format](https://docs.graphy.dev/agents/rest/sse.md) - [Suggestions Agent](https://docs.graphy.dev/agents/rest/suggestions.md): Generate chart type and data preparation suggestions from a dataset. Send a GraphConfig and a prompt, receive suggested visualizations. - [Annotation Agent](https://docs.graphy.dev/agents/sdk/annotate.md) - [Chart Maker Agent](https://docs.graphy.dev/agents/sdk/chart-maker.md) - [Configuration](https://docs.graphy.dev/agents/sdk/configuration.md) - [Error Handling](https://docs.graphy.dev/agents/sdk/errors.md) - [Evaluation](https://docs.graphy.dev/agents/sdk/evaluate.md) - [Extract Agent](https://docs.graphy.dev/agents/sdk/extract.md) - [Installation](https://docs.graphy.dev/agents/sdk/installation.md) - [Mutation Agent](https://docs.graphy.dev/agents/sdk/mutate.md) - [Narrative Agent](https://docs.graphy.dev/agents/sdk/narrate.md) - [Streaming](https://docs.graphy.dev/agents/sdk/streaming.md) - [Suggestions Agent](https://docs.graphy.dev/agents/sdk/suggestions.md) - [Version management](https://docs.graphy.dev/agents/versioning.md) - [Annotations](https://docs.graphy.dev/config/annotations.md) - [Appearance](https://docs.graphy.dev/config/appearance.md) - [Axes](https://docs.graphy.dev/config/axes.md) - [Content](https://docs.graphy.dev/config/content.md) - [Data labels](https://docs.graphy.dev/config/data-labels.md) - [Headline numbers](https://docs.graphy.dev/config/headline-numbers.md) - [Legend](https://docs.graphy.dev/config/legend.md) - [Reference lines](https://docs.graphy.dev/config/reference-lines.md) - [Type options](https://docs.graphy.dev/config/type-options.md) - [Data structure](https://docs.graphy.dev/core/data-structure.md) - [Custom appearance](https://docs.graphy.dev/customisation/custom-appearance.md) - [Graph borders](https://docs.graphy.dev/customisation/graph-borders.md) - [Graph fonts](https://docs.graphy.dev/customisation/graph-fonts.md): Customize the font families in your graphs - [Series colors](https://docs.graphy.dev/customisation/series-colors.md) - [Buffer](https://docs.graphy.dev/data-import-utils/buffer.md) - [CSV](https://docs.graphy.dev/data-import-utils/csv.md) - [Examples](https://docs.graphy.dev/data-import-utils/examples.md) - [File](https://docs.graphy.dev/data-import-utils/file.md) - [Quickstart](https://docs.graphy.dev/data-import-utils/index.md) - [ODS](https://docs.graphy.dev/data-import-utils/ods.md) - [Text](https://docs.graphy.dev/data-import-utils/text.md) - [TSV](https://docs.graphy.dev/data-import-utils/tsv.md) - [URL](https://docs.graphy.dev/data-import-utils/url.md) - [XLS](https://docs.graphy.dev/data-import-utils/xls.md) - [XLSX](https://docs.graphy.dev/data-import-utils/xlsx.md) - [Data table](https://docs.graphy.dev/editor/data-table.md) - [Editor panels](https://docs.graphy.dev/editor/editor-panels.md): Easy-to-use panels to change how your graph looks and works - [Graph type icon](https://docs.graphy.dev/editor/graph-type-icon.md) - [Editor quick start](https://docs.graphy.dev/editor/index.md) - [Stacked area](https://docs.graphy.dev/graph-types/area-stacked.md) - [Bar](https://docs.graphy.dev/graph-types/bar.md) - [Bubble](https://docs.graphy.dev/graph-types/bubble.md) - [Column](https://docs.graphy.dev/graph-types/column.md) - [Combo](https://docs.graphy.dev/graph-types/combo.md) - [Donut](https://docs.graphy.dev/graph-types/donut.md) - [Funnel](https://docs.graphy.dev/graph-types/funnel.md) - [Heatmap](https://docs.graphy.dev/graph-types/heatmap.md) - [Overview](https://docs.graphy.dev/graph-types/index.md) - [Line](https://docs.graphy.dev/graph-types/line.md) - [Mekko](https://docs.graphy.dev/graph-types/mekko.md) - [Pie](https://docs.graphy.dev/graph-types/pie.md) - [Scatter](https://docs.graphy.dev/graph-types/scatter.md) - [Table](https://docs.graphy.dev/graph-types/table.md) - [Waterfall](https://docs.graphy.dev/graph-types/waterfall.md) - [Quickstart](https://docs.graphy.dev/index.md) - [EditorComponentRegistry](https://docs.graphy.dev/reference/editor-component-registry.md) - [EditorProvider](https://docs.graphy.dev/reference/editor-provider.md) - [EditorTheme](https://docs.graphy.dev/reference/editor-theme.md) - [Graph](https://docs.graphy.dev/reference/graph.md) - [GraphConfig](https://docs.graphy.dev/reference/graph-config.md) - [GraphProvider](https://docs.graphy.dev/reference/graph-provider.md) - [GraphTheme](https://docs.graphy.dev/reference/graph-theme.md) ## OpenAPI Specs - [openapi](https://docs.graphy.dev/agents/openapi.yaml)