The runtime API gives you CRUD access to generated source data. Looking for project/schema/source management endpoints? See Public API v1.Documentation Index
Fetch the complete documentation index at: https://synthbrew.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Endpoint pattern
sourceId: source UUIDtable: entity/table id from the source schemaid: primary key value for record-specific operations
Authentication
Runtime endpoints require a source API key in thex-api-key header.
List query features
GET /runtime/{sourceId}/{table} supports pagination and query semantics:
limit,offsetfields(comma-separated projection)sort(field:asc|desc)filters.<field>.<operator>=valuepopulateandpopulate.<field>.fields
$eq,$ne,$gt,$gte,$lt,$lte$in,$notIn$contains,$containsi,$startsWith,$endsWith$null