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

WunderGraph Namespaces API

Manage namespaces for organizing graphs and subgraphs.

WunderGraph Namespaces API is one of 10 APIs that WunderGraph publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 10 JSON Schema definitions.

Tagged areas include Namespaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 10 JSON Schemas.

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

Requests are made against a single base URL, https://cosmo-cp.wundergraph.com.

4 operations 3 paths 2 schemas 1 DELETE1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://cosmo-cp.wundergraph.com
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

WunderGraph Namespaces API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey).

  • apiKey — API key for authenticating with the Cosmo Platform API. Obtain via Cosmo Studio or wgc CLI. Set as COSMOAPIKEY environment variable.

Paths & Operations 4

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

Namespaces 4

Manage namespaces for organizing graphs and subgraphs.

GET
/v1/namespaces
WunderGraph List namespaces
listNamespaces → 200
POST
/v1/namespaces
WunderGraph Create a namespace
createNamespace body → 200
DELETE
/v1/namespaces/{name}
WunderGraph Delete a namespace
deleteNamespace 1 param → 200
POST
/v1/namespaces/{name}/rename
WunderGraph Rename a namespace
renameNamespace 1 param body → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Namespace (3 properties), OperationResponse (2 properties). Each schema is shown below with its type and property counts.

OperationResponse
object
2 properties
Namespace
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wundergraph-namespaces-api-openapi.yml Raw ↑

Other APIs WunderGraph publishes across the network.

WunderGraph Analytics API
WunderGraph API Keys API
WunderGraph Feature Flags API
WunderGraph Feature Subgraphs API
WunderGraph Federated Graphs API
WunderGraph Monographs API
WunderGraph Router API
WunderGraph Schema Contracts API
WunderGraph Subgraphs API