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 Projects API

The Projects API from Terminal Use — 4 operation(s) for projects.

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

This API exposes 8 operations across 4 paths, and defines 10 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 operations 4 paths 10 schemas 2 DELETE3 GET1 PATCH1 POST1 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 8

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

Projects 8
GET
/projects
List Projects
projects_list 3 params → 200422
POST
/projects
Create Project
projects_create body → 201422
DELETE
/projects/{project_id}
Delete Project
projects_delete 1 param → 200422
GET
/projects/{project_id}
Get Project
projects_retrieve 1 param → 200422
PATCH
/projects/{project_id}
Update Project
projects_update 1 param body → 200422
GET
/projects/{project_id}/collaborators
List Project Collaborators
projects_list_collaborators 1 param → 200422
DELETE
/projects/{project_id}/collaborators/{member_id}
Remove Project Collaborator
projects_remove_collaborator 2 params → 200422
PUT
/projects/{project_id}/collaborators/{member_id}
Set Project Collaborator Role
projects_upsert_collaborator 2 params body → 200422

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Project (6 properties), ValidationError (3 properties), CreateProjectRequest (3 properties), ProjectListItem (3 properties). Each schema is shown below with its type and property counts.

ProjectListItem
object
Minimal project shape for discovery/listing. The /projects list endpoint is authorized via discover and must not leak read-level fields (e.g. description).
3 properties 3 required
CreateProjectRequest
object
Request model for creating a project.
3 properties 2 required
HTTPValidationError
object
1 property
ValidationError
object
3 properties 3 required
DeleteResponse
object
2 properties 2 required
Project
object
Response model for project.
6 properties 4 required
ProjectCollaboratorResponse
object
Response model for project collaborator.
2 properties 2 required
UpsertProjectCollaboratorRequest
object
Request model for setting/updating a project collaborator role.
1 property 1 required
ProjectCollaboratorsResponse
object
Response model for project collaborators list.
2 properties 1 required
UpdateProjectRequest
object
Request model for updating a project.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

terminal-use-projects-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