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

Terminal Use Groups API

The Groups API from Terminal Use — 8 operation(s) for groups.

Terminal Use Groups 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 Groups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 14 operations across 8 paths, and defines 13 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.

14 operations 8 paths 13 schemas 4 DELETE5 GET1 PATCH1 POST3 PUT

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 14

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

Groups 14
GET
/groups
List Groups
groups_list 3 params → 200422
POST
/groups
Create Group
groups_create body → 201422
DELETE
/groups/{group_id}
Delete Group
groups_delete 1 param → 200422
GET
/groups/{group_id}
Get Group
groups_retrieve 1 param → 200422
PATCH
/groups/{group_id}
Update Group
groups_update 1 param body → 200422
GET
/groups/{group_id}/managers
List Group Managers
groups_managers_list 1 param → 200422
DELETE
/groups/{group_id}/managers/{member_id}
Remove Group Manager
groups_managers_delete 2 params → 200422
PUT
/groups/{group_id}/managers/{member_id}
Add Group Manager
groups_managers_upsert 2 params → 200422
GET
/groups/{group_id}/members
List Group Members
groups_members_list 1 param → 200422
DELETE
/groups/{group_id}/members/{member_id}
Remove Group Member
groups_members_delete 2 params → 200422
PUT
/groups/{group_id}/members/{member_id}
Add Group Member
groups_members_upsert 2 params → 200422
GET
/groups/{group_id}/visible-orgs
List Group Visible Orgs
groups_visible_orgs_list 1 param → 200422
DELETE
/groups/{group_id}/visible-orgs/{org_id}
Remove Group Visible Org
groups_visible_orgs_delete 2 params → 200422
PUT
/groups/{group_id}/visible-orgs/{org_id}
Add Group Visible Org
groups_visible_orgs_upsert 2 params → 200422

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are AccessGroup (7 properties), AccessGroupManager (4 properties), AccessGroupMember (4 properties), AccessGroupVisibleOrg (4 properties). Each schema is shown below with its type and property counts.

UpdateAccessGroupRequest
object
1 property
HTTPValidationError
object
1 property
AccessGroupMember
object
4 properties 3 required
AccessGroupManagersResponse
object
1 property
DeleteResponse
object
2 properties 2 required
AccessGroupVisibleOrg
object
4 properties 3 required
ValidationError
object
3 properties 3 required
AccessGroupListResponse
object
1 property
CreateAccessGroupRequest
object
2 properties 1 required
AccessGroupVisibleOrgsResponse
object
1 property
AccessGroupMembersResponse
object
1 property
AccessGroupManager
object
4 properties 3 required
AccessGroup
object
7 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

terminal-use-groups-api-openapi.yml Raw ↑

Other APIs Terminal Use publishes across the network.

Terminal Use Agent APIKeys API
Terminal Use Agent Task Tracker API
Terminal Use Agents API
Terminal Use API Keys API
Terminal Use Authentication API
Terminal Use Branch Events API
Terminal Use Branches API
Terminal Use Builds API
Terminal Use CLI Authentication API
Terminal Use Environments API
Terminal Use Events API
Terminal Use Filesystems API