For the complete documentation index, see llms.txt. This page is also available as Markdown.

Service

Table schema for service configurations and version sets.

Schema reference for service configurations and the version sets they expose.

Services Table

Table Name: services Description: Service configurations and metadata

Column
Type
Description

_id

string

Service identifier

agent_id

string

Associated agent ID

created_at

timestamp

Creation timestamp

description

string

Service description

external_name

string

External display name

is_active

boolean

Active status

name

string

Service name

org_id

string

Organization identifier

region_name

string

Deployment region

service_hierarchical_state_machine_id

string

State machine ID

tags

json

Service tags

updated_at

timestamp

Last update timestamp

version_sets

json

Available version sets

Last updated

Was this helpful?