Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quadratic Agent Connections API

List and inspect team agent connections (third-party REST API bindings).

Quadratic Agent Connections API is one of 14 APIs that Quadratic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agent Connections. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 0.26.9.

Requests are made against the base URL https://developer-api.quadratichq.com.

2 operations 2 paths 5 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.26.9
Base URL
https://developer-api.quadratichq.com
Authentication
HTTP Bearer
Contact
Quadratic
License
Apache-2.0
Resource Areas
1

Authentication & Security 1

Quadratic Agent Connections API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API token (qdx_live_… or qdx_test_…)) (bearer_auth).

  • bearer_auth — API tokens are minted from the Quadratic UI under Team Settings → API Tokens. Send as Authorization: Bearer .

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Agent Connections 2

List and inspect team agent connections (third-party REST API bindings).

GET
/v1/agent-connections
Lists the caller's team's ready agent connections.
listAgentConnections 1 param → 200401404500
GET
/v1/agent-connections/{connection_id}
Fetches a single agent connection by UUID, including its full plan and apiSchema.
getAgentConnection 2 params → 200401404500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are AgentConnectionDetail (10 properties), AgentConnectionSummary (7 properties), AgentConnectionSecretBinding (3 properties), ErrorDetail (3 properties). Each schema is shown below with its type and property counts.

ErrorDetail
object
3 properties 2 required
AgentConnectionDetail
object
Detail returned by GET /v1/agent-connections/{connectionid}. Includes the full plan and apiSchema (resolved from the catalog for catalog-backed connections who…
10 properties 5 required
ErrorBody
object
Canonical error envelope returned by every non-2xx response.
1 property 1 required
AgentConnectionSecretBinding
object
One {{SECRETNAME}} binding exposed by a connection.
3 properties 3 required
AgentConnectionSummary
object
Summary row returned by GET /v1/agent-connections.
7 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quadratic-agent-connections-api-openapi.yml Raw ↑

Other APIs Quadratic publishes across the network.

Quadratic Auth API
Quadratic Cells API
Quadratic Columns and rows API
Quadratic Conditional formats API
Quadratic Connections API
Quadratic Context, outline, search API
Quadratic Documentation API
Quadratic Files API
Quadratic Health API
Quadratic History API
Quadratic Sheets API
Quadratic Tables API