Xata · Example Payload

Xata Create Branch Example

DatabasePostgresServerlessDeveloper ToolsBranchingAI Agent

Xata Create Branch Example is an example object payload from Xata, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameregionparentBranchIDconfiguration

Example Payload

Raw ↑
{
  "name": "feature-auth",
  "region": "us-east-1",
  "parentBranchID": "branch_main_id",
  "configuration": {
    "instanceType": "shared",
    "scaleToZero": {
      "enabled": true,
      "idleTimeout": 300
    }
  }
}