Terminal Use Namespaces API is one of 28 APIs that Terminal Use publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Namespaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes
8 operations
across 5 paths,
and defines 8 schemas.
It is described by OpenAPI 3.1.0, at version 0.1.0.
Requests are made against the base URL https://api.terminaluse.com.
8 operations5 paths8 schemas1 DELETE4 GET1 PATCH2 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.terminaluse.com
Resource Areas
1
Paths & Operations 8
Across 5 paths, the API surfaces 8 operations — 1 DELETE, 4 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Namespaces 8
GET
/namespaces
List Namespaces
namespaces_list3 params→ 200422
POST
/namespaces
Create Namespace
namespaces_createbody→ 201422
GET
/namespaces/slug-availability/{slug}
Check Slug Availability
namespaces_check_slug_availability1 param→ 200422
GET
/namespaces/slug/{slug}
Get Namespace by Slug
namespaces_retrieve_by_slug1 param→ 200422
DELETE
/namespaces/{namespace_id}
Delete Namespace
namespaces_delete1 param→ 200422
GET
/namespaces/{namespace_id}
Get Namespace
namespaces_retrieve1 param→ 200422
PATCH
/namespaces/{namespace_id}
Update Namespace
namespaces_update1 parambody→ 200422
POST
/namespaces/{namespace_id}/retry-provisioning
Retry Namespace Provisioning
namespaces_retry_provisioning2 params→ 200422
Schemas 8
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Namespace (14 properties), CreateNamespaceRequest (3 properties), ValidationError (3 properties), SlugAvailabilityResponse (2 properties). Each schema is shown below with its type and property counts.
HTTPValidationError
object
1 property
Namespace
object
Response model for namespace.
14 properties5 required
CreateNamespaceRequest
object
Request model for creating a namespace.
3 properties3 required
DeleteResponse
object
2 properties2 required
ValidationError
object
3 properties3 required
SlugAvailabilityResponse
object
Response for slug availability check.
2 properties2 required
NamespaceStatus
string
Status of namespace infrastructure provisioning.
UpdateNamespaceRequest
object
Request model for updating a namespace. Infrastructure fields (k8snamespace, gcsbucket, gcpsaemail) are NOT exposed here — they are set exclusively by the prov…
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.