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 Skills API

Reusable prompts, workflows, and instructions for agents

QuantCDN AI Skills 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 Skills. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 11 operations across 8 paths, and defines 19 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.

11 operations 8 paths 19 schemas 2 DELETE3 GET5 POST1 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 Skills 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 11

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

AI Skills 11

Reusable prompts, workflows, and instructions for agents

GET
/api/v3/organizations/{organisation}/ai/skills
List Organization's Skills
listSkills 4 params → 200403500
POST
/api/v3/organizations/{organisation}/ai/skills
Create Inline Skill
createSkill 1 param body → 201400403500
DELETE
/api/v3/organizations/{organisation}/ai/skills/{skillId}
Delete Skill
deleteSkill 2 params → 200403404500
GET
/api/v3/organizations/{organisation}/ai/skills/{skillId}
Get Skill Details
getSkill 2 params → 200403404500
PUT
/api/v3/organizations/{organisation}/ai/skills/{skillId}
Update Skill
updateSkill 2 params body → 200400403404500
POST
/api/v3/organizations/{organisation}/ai/skills/import
Import Skill from External Source
importSkill 1 param body → 201400403502500
POST
/api/v3/organizations/{organisation}/ai/skills/{skillId}/sync
Sync Skill from Source
syncSkill 2 params → 200400403404502500
GET
/api/v3/organizations/{organisation}/ai/skills/collections
List Skill Collections
listSkillCollections 1 param → 200403500
POST
/api/v3/organizations/{organisation}/ai/skills/import-collection
Import Skill Collection from GitHub
importSkillCollection 1 param body → 201400403502500
POST
/api/v3/organizations/{organisation}/ai/skills/collections/{namespace}/sync
Sync Skill Collection
syncSkillCollection 2 params → 200400403404502500
DELETE
/api/v3/organizations/{organisation}/ai/skills/collections/{namespace}
Delete Skill Collection
deleteSkillCollection 2 params → 200403404500

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are getSkill_200_response_skill (14 properties), updateSkill_request (11 properties), createSkill_request (11 properties), importSkill_request (9 properties). Each schema is shown below with its type and property counts.

deleteSkillCollection_200_response
object
2 properties
deleteSkill_200_response
object
2 properties
createSkill_request
object
11 properties 3 required
updateSkill_200_response
object
3 properties
syncSkillCollection_200_response
object
6 properties
getSkill_200_response
object
1 property
getSkill_200_response_skill
object
14 properties
importSkillCollection_request
object
4 properties 2 required
importSkill_request
object
9 properties 1 required
importSkillCollection_201_response
object
5 properties
listSkillCollections_200_response_collections_inner
object
3 properties
listSkillCollections_200_response
object
1 property
updateSkill_request
object
11 properties
listSkills_200_response
object
2 properties
importSkillCollection_request_source
object
4 properties 2 required
listSkills_200_response_skills_inner
object
9 properties
importSkill_201_response
object
2 properties
importSkill_request_source
object
5 properties 1 required
createSkill_201_response
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs QuantCDN publishes across the network.

QuantCDN AI Agents API
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 Slack Bots API
QuantCDN AI Task Management API