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

QuantCDN AI Agents API

Pre-configured AI assistants with specific system prompts, model settings, and tool permissions

QuantCDN AI Agents API is one of 38 APIs that QuantCDN publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AI Agents. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 9 operations across 4 paths, and defines 20 schemas. It is described by OpenAPI 3.0.0, at version 4.15.8.

Requests are made against 2 base URLs: https://dashboard.quantcdn.io, https://dash.quantgov.cloud.

9 operations 4 paths 20 schemas 2 DELETE3 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
4.15.8
Base URL
https://dashboard.quantcdn.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

QuantCDN AI Agents API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Enter your Bearer token in the format: Bearer . Obtain your API token from the QuantCDN dashboard under Profile API Tokens.

Paths & Operations 9

Across 4 paths, the API surfaces 9 operations — 2 DELETE, 3 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

AI Agents 9

Pre-configured AI assistants with specific system prompts, model settings, and tool permissions

GET
/api/v3/organizations/{organisation}/ai/agents
List AI Agents
listAIAgents 2 params → 200403500
POST
/api/v3/organizations/{organisation}/ai/agents
Create AI Agent
createAIAgent 1 param body → 201400403500
DELETE
/api/v3/organizations/{organisation}/ai/agents/{agentId}
Delete Agent
deleteAIAgent 2 params → 200403404500
GET
/api/v3/organizations/{organisation}/ai/agents/{agentId}
Get Agent Details
getAIAgent 2 params → 200403404500
PUT
/api/v3/organizations/{organisation}/ai/agents/{agentId}
Update Agent
updateAIAgent 2 params body → 200400403404500
POST
/api/v3/organizations/{organisation}/ai/agents/{agentId}/chat
Chat with AI Agent
chatWithAIAgent 2 params body → 200202400403404500
DELETE
/api/v3/organizations/{organisation}/ai/agents/{agentId}/overlay
Delete Agent Overlay
deleteAgentOverlay 2 params → 200403404500
GET
/api/v3/organizations/{organisation}/ai/agents/{agentId}/overlay
Get Agent Overlay
getAgentOverlay 2 params → 200403404500
PUT
/api/v3/organizations/{organisation}/ai/agents/{agentId}/overlay
Upsert Agent Overlay
upsertAgentOverlay 2 params body → 200400403404409500

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are getAIAgent_200_response_agent (18 properties), listAIAgents_200_response_agents_inner (15 properties), createAIAgent_request (14 properties), updateAIAgent_request (13 properties). Each schema is shown below with its type and property counts.

chatWithAIAgent_200_response
object
2 properties
chatWithAIAgent_200_response_response
object
4 properties
deleteAIAgent_200_response
object
2 properties
createAIAgent_201_response
object
3 properties
upsertAgentOverlay_200_response
object
1 property
getAgentOverlay_200_response_base
object
Base global agent metadata
5 properties
chatWithAIAgent_200_response_response_usage
object
4 properties
updateAIAgent_request
object
13 properties
getAIAgent_200_response
object
1 property
listAIAgents_200_response
object
1 property
getAgentOverlay_200_response
object
2 properties
getAgentOverlay_200_response_overlay
object
11 properties
updateAIAgent_200_response
object
3 properties
deleteAgentOverlay_200_response
object
2 properties
chatWithAIAgent_202_response
object
7 properties 4 required
getAIAgent_200_response_agent
object
18 properties
createAIAgent_request
object
14 properties 4 required
chatWithAIAgent_request
object
9 properties 1 required
upsertAgentOverlay_request
object
11 properties
listAIAgents_200_response_agents_inner
object
15 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-ai-agents-api-openapi.yml Raw ↑

Other APIs QuantCDN publishes across the network.

QuantCDN AI Custom Tools API
QuantCDN AI File Storage API
QuantCDN AI Filter Policies API
QuantCDN AI Governance API
QuantCDN AI Inference API
QuantCDN AI Models API
QuantCDN AI Monitoring API
QuantCDN AI Orchestrations API
QuantCDN AI Sessions API
QuantCDN AI Skills API
QuantCDN AI Slack Bots API
QuantCDN AI Task Management API