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

Kata.ai Environments API

Named environments binding a deployment version.

Kata.ai Environments API is one of 9 APIs that Kata.ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Environments. The published artifact set on APIs.io includes an OpenAPI specification.

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

Requests are made against a single base URL, https://geist.kata.ai.

4 operations 2 paths 3 schemas 2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.kata.ai
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Kata.ai Environments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token from NL Studio Settings (Authorization: Bearer ).

Paths & Operations 4

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

Environments 4

Named environments binding a deployment version.

GET
/projects/{projectId}/environments
List all environments
listEnvironments 3 params → 200
POST
/projects/{projectId}/environments
Create an environment
createEnvironment 1 param body → 200
GET
/projects/{projectId}/environments/{environmentId}
Get an environment
getEnvironment 2 params → 200
PUT
/projects/{projectId}/environments/{environmentId}
Update an environment (change deployment version)
updateEnvironment 2 params body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Environment (5 properties), EnvironmentList (4 properties), CreateEnvironmentRequest (4 properties). Each schema is shown below with its type and property counts.

Environment
object
5 properties 3 required
CreateEnvironmentRequest
object
4 properties
EnvironmentList
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kataai-environments-api-openapi.yml Raw ↑

Other APIs Kata.ai publishes across the network.

Kata.ai Auth API
Kata.ai Bots API
Kata.ai Channels API
Kata.ai Deployments API
Kata.ai NLU API
Kata.ai Prediction API
Kata.ai Projects API
Kata.ai Teams API