01 / Start
Quickstart
Install the SDK, generate a key and make your first typed read in under five minutes.
02 / Model
Schemas & connectors
Point Globex at Postgres, S3 or a warehouse. Every table becomes a typed tool an agent can call.
03 / Access
Permissions
Row-level policy attached to the data, not the prompt. An agent cannot read what its key cannot.
04 / Ops
Approval gates
Set a spend ceiling or a row-count threshold. Runs above it halt and wait for a human.
05 / Debug
Traces
Every read, tool call and write, replayable step by step from the dashboard or the API.
06 / Deploy
Rollback
Every write is versioned. Revert a bad run the same way you'd revert a bad deploy.
Example run
A forecast job, traced end to end.
09:14:02 read customers.active 1,204 rows
09:14:03 tool billing.forecast()
09:14:05 write reports.q3_forecast +1
09:14:05 done 3.1s, 0 policy violations