API reference

Every endpoint below is read from the API's own OpenAPI document, so this is the actual contract - not a copy of it that drifts.

Base URL https://api.glytos.com/api/v1. Authenticate with a bearer API key - see Authentication. Errors carry a stable code - see Errors and limits.

providers

workflows

agent-folders

sessions

knowledge-base

vector-stores

rbac

environments

organization

organizations

regions

entitlements

audit

webhooks

billing

calls

chat

imports

credentials

do-not-call

integrations

automations

test-suites

api-keys

tools

telephony

analytics

logs

platform

public

agency

health

Generating a client

The API is a plain REST service described by OpenAPI, so a client for any language is a generator command away:

openapi-generator-cli generate   -i https://api.glytos.com/api/v1/openapi.json   -g php   -o ./glytos-php

Swap -g php for go, ruby, java, csharp, rust or any other generator target. For the browser, Node and Python there are official, hand-written SDKs that are nicer than generated ones - see SDKs.