Create a record in a source table
Runtime endpoints
Create Runtime Record
Inserts a record into the target table and returns the inserted row.
POST
Create a record in a source table
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.
Authorizations
Source API key created under /api/sources/:sourceId/api-keys
Path Parameters
Source UUID. For runtime endpoints this identifies the source backing the table; for public v1 it identifies the source resource inside the project.
Runtime table identifier (usually the schema entity ID used in Synthbrew).
Body
application/json
Dynamic runtime row. Shape depends on the source schema/table.
Response
Created runtime row
Dynamic runtime row. Shape depends on the source schema/table.