Documentation
Build with SynthForge
Guides for automating synthetic data from scripts, CI, and local tools. Prefer the visual app? Launch the app and generate from the UI.
API keys & automation
Create a personal API key in Settings, authenticate with Bearer tokens, and generate datasets from curl, Python, or the CLI. First key includes 10 free credits.
Hosted MCP setup (Cursor, Claude, …)
Install by host: Streamable HTTP at mcp.synthforge.io. description_to_dataset, get_credits, multi-table generate and download.
MCP open beta
Use SynthForge from your AI agent. First API key grants 10 free credits; extra grants by email through August 31, 2026. Web sessions stay free.
PostgreSQL / Neon / Supabase
Generate multi-table Postgres fixtures with real FKs and load with psql (local, Neon, or Supabase).
MySQL / MariaDB
Generate multi-table MySQL fixtures with real FKs and load with mysql --local-infile.
DuckDB integration
Generate multi-table DuckDB fixtures with foreign keys and load them with one COPY script.
SQL Server
Generate multi-table SQL Server fixtures with real FKs; rewrite absolute paths then BULK INSERT via sqlcmd.
CockroachDB
Generate multi-table Cockroach fixtures; userfile upload then IMPORT INTO with import_cockroachdb.sql.
Benchmarks vs CTGAN
Open methodology and numbers: schema-driven generation vs a learned baseline. Honest tradeoffs.
Release notes
Dated product updates: features and fixes you can use. Newest first.
Quick links
- OpenAPI (machine-readable)
- MCP endpoint
- MCP server card
- App · Settings
- Launch App
- Data generation overview
- Postgres / Neon load path
- MySQL load path
- DuckDB load path
- SQL Server load path
- CockroachDB load path
More docs (SDK reference, ML API, schema agent) will land here as the public surface grows.