EdgeDB EdgeQL HTTP API
Executes EdgeQL queries over HTTP against a Gel/EdgeDB instance. Supports GET and POST requests with query, variables, globals, and config fields. Authentication uses HTTP Basic (password), Bearer token (secret key for Cloud), or JWT. DDL and transaction commands are not supported; only one query per request is allowed.