Design production-shaped tables without leaving the canvas.
Your generated data will appear here
This guided showcase auto-scrolls through core capabilities: schema design, AI generation, API automation, MCP tools, and Web3-ready monetization.
Click category to expand/collapse, then drag fields
Drag and drop fields here to build your schema
Production API base: https://datagen.gptlab.ae/api/v1
Auth header: X-API-Key: DATAGEN-...
Optional deduplication: Idempotency-Key for /generate-ai.
GET /healthGET /capabilitiesGET /field-typesPOST /validatePOST /generatePOST /infer-schemaPOST /generate-aiPOST /generate-ai/streamcurl -X POST "https://datagen.gptlab.ae/api/v1/infer-schema" \
-H "Content-Type: application/json" \
-H "X-API-Key: DATAGEN-FREE-REPLACE_ME" \
-d '{"prompt":"payments dataset","field_count":8}'
curl -X POST "https://datagen.gptlab.ae/api/v1/generate-ai" \
-H "Content-Type: application/json" \
-H "X-API-Key: DATAGEN-FREE-REPLACE_ME" \
-H "Idempotency-Key: ai-run-001" \
-d '{"prompt":"payments dataset","record_count":100}'
Interactive CBDC / agentic series: Open the live walkthrough (blog β built interactive).
Hosted SSE endpoint: https://datagen.gptlab.ae/mcp/sse
Required header (paid/private tiers): X-API-Key: DATAGEN-...
Local stdio runner: python mcp_datagen/server.py.
{
"server_url": "https://datagen.gptlab.ae/mcp/sse",
"headers": {
"X-API-Key": "DATAGEN-FREE-REPLACE_ME"
}
}
DATAGEN_API_BASE=https://datagen.gptlab.ae
DATAGEN_API_KEY=DATAGEN-FREE-REPLACE_ME
python mcp_datagen/server.py
health, catalog, capabilitiesvalidate, generateinfer-schema, generate-ai, stream transcriptInteractive CBDC / agentic series: Open the live walkthrough (blog β built interactive).