Terminal Use website screenshot

Terminal Use

Terminal Use is a deployment and orchestration platform for background AI agents — "Vercel for background agents." It gives agents that need long-lived task state, persistent files at /workspace, and production deployment primitives (versions, rollback, logs, environment secrets) a single runtime model and one deploy flow. Teams write agent code in Python with the AgentServer runtime, ship it with the tu CLI, then call deployed agents from their own app with the Python or TypeScript SDKs (including a Vercel AI SDK provider for streaming chat UIs). The platform is model- and framework- agnostic — run the Claude Agent SDK, Codex SDK, or your own framework inside sandboxed compute with forkable, shareable filesystems. The HTTP API exposes namespaces, projects, agents, branches, versions, tasks, events, messages, state, filesystems, schedules, secrets, API keys, and webhook keys. Terminal Use is a Y Combinator (W26) company founded by Vivek Raja, Filip Balucha, and Stavros Filosidis.

Terminal Use publishes 28 APIs on the APIs.io network, including Agent APIKeys API, Agent Task Tracker API, Agents API, and 25 more. Tagged areas include Company, Agents, AI Agents, Background Agents, and Agent Infrastructure.

The Terminal Use catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Terminal Use’s developer surface includes developer portal, documentation, API reference, getting-started guide, signup flow, authentication, CLI, and 18 more developer resources.

44.0/100 developing ▬ flat Agent 39/100 agent native saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanyAgentsAI AgentsBackground AgentsAgent InfrastructureDeploymentOrchestrationSandboxed ComputeFilesystemDeveloper ToolsSDKCLI

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/terminal-use: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 28

Individual APIs this provider publishes, each with its own machine-readable definition.

Terminal Use Agent APIKeys API

The Agent APIKeys API from Terminal Use — 4 operation(s) for agent apikeys.

Terminal Use Agent Task Tracker API

The Agent Task Tracker API from Terminal Use — 2 operation(s) for agent task tracker.

Terminal Use Agents API

The Agents API from Terminal Use — 7 operation(s) for agents.

Terminal Use API Keys API

The API Keys API from Terminal Use — 3 operation(s) for api keys.

Terminal Use Authentication API

The Authentication API from Terminal Use — 1 operation(s) for authentication.

Terminal Use Branch Events API

The Branch Events API from Terminal Use — 1 operation(s) for branch events.

Terminal Use Branches API

The Branches API from Terminal Use — 10 operation(s) for branches.

Terminal Use Builds API

The Builds API from Terminal Use — 3 operation(s) for builds.

Terminal Use CLI Authentication API

The CLI Authentication API from Terminal Use — 2 operation(s) for cli authentication.

Terminal Use Environments API

The Environments API from Terminal Use — 4 operation(s) for environments.

Terminal Use Events API

The Events API from Terminal Use — 2 operation(s) for events.

Terminal Use Filesystems API

The Filesystems API from Terminal Use — 9 operation(s) for filesystems.

Terminal Use Groups API

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

Terminal Use Logs API

The Logs API from Terminal Use — 3 operation(s) for logs.

Terminal Use Messages v2 API

The Messages v2 API from Terminal Use — 2 operation(s) for messages v2.

Terminal Use Namespaces API

The Namespaces API from Terminal Use — 5 operation(s) for namespaces.

Terminal Use OAuth API

The OAuth API from Terminal Use — 2 operation(s) for oauth.

Terminal Use Organizations API

The Organizations API from Terminal Use — 7 operation(s) for organizations.

Terminal Use Projects API

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

Terminal Use Raw Events API

The Raw Events API from Terminal Use — 1 operation(s) for raw events.

Terminal Use Registry API

The Registry API from Terminal Use — 1 operation(s) for registry.

Terminal Use Schedules API

The Schedules API from Terminal Use — 5 operation(s) for schedules.

Terminal Use Search API

The Search API from Terminal Use — 1 operation(s) for search.

Terminal Use Secrets API

The Secrets API from Terminal Use — 4 operation(s) for secrets.

Terminal Use States API

The States API from Terminal Use — 2 operation(s) for states.

Terminal Use Tasks API

The Tasks API from Terminal Use — 14 operation(s) for tasks.

Terminal Use Version Events API

The Version Events API from Terminal Use — 1 operation(s) for version events.

Terminal Use Versions API

The Versions API from Terminal Use — 6 operation(s) for versions.

Scroll for all 28

Open Collections 29

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Sb0 Agent APIKeys API

OPEN COLLECTION

Scroll for all 29

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Terminal Use Authentication

http · 1 scheme

SECURITY

Terminal Use Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Terminal Use Agentic Access

151 operations · 78 acting · 2 human-in-the-loop

151 operations · 78 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Company 1

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 20
  pass: local-v1
aid: terminal-use
name: Terminal Use
description: Terminal Use is a deployment and orchestration platform for background AI agents — "Vercel for background agents."
  It gives agents that need long-lived task state, persistent files at /workspace, and production deployment primitives (versions,
  rollback, logs, environment secrets) a single runtime model and one deploy flow. Teams write agent code in Python with the
  AgentServer runtime, ship it with the tu CLI, then call deployed agents from their own app with the Python or TypeScript
  SDKs (including a Vercel AI SDK provider for streaming chat UIs). The platform is model- and framework- agnostic — run the
  Claude Agent SDK, Codex SDK, or your own framework inside sandboxed compute with forkable, shareable filesystems. The HTTP
  API exposes namespaces, projects, agents, branches, versions, tasks, events, messages, state, filesystems, schedules, secrets,
  API keys, and webhook keys. Terminal Use is a Y Combinator (W26) company founded by Vivek Raja, Filip Balucha, and Stavros
  Filosidis.
url: https://raw.githubusercontent.com/api-evangelist/terminal-use/refs/heads/main/apis.yml
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://www.terminaluse.com/icon.svg
x-type: company
x-source: vc-portfolio
x-backed-by:
- y-combinator
x-tier: profiled
x-tier-reason: portfolio-lead-enriched
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Agents
- AI Agents
- Background Agents
- Agent Infrastructure
- Deployment
- Orchestration
- Sandboxed Compute
- Filesystem
- Developer Tools
- SDK
- CLI
tags_raw:
- Company
- Agents
- AI Agents
- Background Agents
- Agent Infrastructure
- Deployment
- Orchestration
- Sandboxed Compute
- Filesystems
- Developer Tools
- SDK
- CLI
apis:
- aid: terminal-use:terminal-use-agent-apikeys-api
  name: Terminal Use Agent APIKeys API
  description: The Agent APIKeys API from Terminal Use — 4 operation(s) for agent apikeys.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Agent APIKeys
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-agent-apikeys-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-agent-task-tracker-api
  name: Terminal Use Agent Task Tracker API
  description: The Agent Task Tracker API from Terminal Use — 2 operation(s) for agent task tracker.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Agent Task Tracker
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-agent-task-tracker-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-agents-api
  name: Terminal Use Agents API
  description: The Agents API from Terminal Use — 7 operation(s) for agents.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Agents
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-agents-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-api-keys-api
  name: Terminal Use API Keys API
  description: The API Keys API from Terminal Use — 3 operation(s) for api keys.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - APIKeys
  tags_raw:
  - API Keys
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-api-keys-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-authentication-api
  name: Terminal Use Authentication API
  description: The Authentication API from Terminal Use — 1 operation(s) for authentication.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-authentication-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-branch-events-api
  name: Terminal Use Branch Events API
  description: The Branch Events API from Terminal Use — 1 operation(s) for branch events.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Branch Events
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-branch-events-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-branches-api
  name: Terminal Use Branches API
  description: The Branches API from Terminal Use — 10 operation(s) for branches.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Branches
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-branches-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-builds-api
  name: Terminal Use Builds API
  description: The Builds API from Terminal Use — 3 operation(s) for builds.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Builds
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-builds-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-cli-authentication-api
  name: Terminal Use CLI Authentication API
  description: The CLI Authentication API from Terminal Use — 2 operation(s) for cli authentication.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - CLI Authentication
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-cli-authentication-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-environments-api
  name: Terminal Use Environments API
  description: The Environments API from Terminal Use — 4 operation(s) for environments.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Environments
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-environments-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-events-api
  name: Terminal Use Events API
  description: The Events API from Terminal Use — 2 operation(s) for events.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Event
  tags_raw:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-events-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-filesystems-api
  name: Terminal Use Filesystems API
  description: The Filesystems API from Terminal Use — 9 operation(s) for filesystems.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Filesystem
  tags_raw:
  - Filesystems
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-filesystems-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-groups-api
  name: Terminal Use Groups API
  description: The Groups API from Terminal Use — 8 operation(s) for groups.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Group
  tags_raw:
  - Groups
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-groups-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-logs-api
  name: Terminal Use Logs API
  description: The Logs API from Terminal Use — 3 operation(s) for logs.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Logs
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-logs-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-messages-v2-api
  name: Terminal Use Messages v2 API
  description: The Messages v2 API from Terminal Use — 2 operation(s) for messages v2.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Messages v2
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-messages-v2-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-namespaces-api
  name: Terminal Use Namespaces API
  description: The Namespaces API from Terminal Use — 5 operation(s) for namespaces.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Namespaces
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-namespaces-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-oauth-api
  name: Terminal Use OAuth API
  description: The OAuth API from Terminal Use — 2 operation(s) for oauth.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Authentication
  tags_raw:
  - OAuth
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-oauth-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-organizations-api
  name: Terminal Use Organizations API
  description: The Organizations API from Terminal Use — 7 operation(s) for organizations.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Organization
  tags_raw:
  - Organizations
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-organizations-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-projects-api
  name: Terminal Use Projects API
  description: The Projects API from Terminal Use — 4 operation(s) for projects.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Project
  tags_raw:
  - Projects
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-projects-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-raw-events-api
  name: Terminal Use Raw Events API
  description: The Raw Events API from Terminal Use — 1 operation(s) for raw events.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Raw Events
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-raw-events-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-registry-api
  name: Terminal Use Registry API
  description: The Registry API from Terminal Use — 1 operation(s) for registry.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Registry
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-registry-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-schedules-api
  name: Terminal Use Schedules API
  description: The Schedules API from Terminal Use — 5 operation(s) for schedules.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Schedules
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-schedules-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-search-api
  name: Terminal Use Search API
  description: The Search API from Terminal Use — 1 operation(s) for search.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Search
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-search-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-secrets-api
  name: Terminal Use Secrets API
  description: The Secrets API from Terminal Use — 4 operation(s) for secrets.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Secrets
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-secrets-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-states-api
  name: Terminal Use States API
  description: The States API from Terminal Use — 2 operation(s) for states.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - States
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-states-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-tasks-api
  name: Terminal Use Tasks API
  description: The Tasks API from Terminal Use — 14 operation(s) for tasks.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Task
  tags_raw:
  - Tasks
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-tasks-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-version-events-api
  name: Terminal Use Version Events API
  description: The Version Events API from Terminal Use — 1 operation(s) for version events.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Version Events
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-version-events-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
- aid: terminal-use:terminal-use-versions-api
  name: Terminal Use Versions API
  description: The Versions API from Terminal Use — 6 operation(s) for versions.
  humanURL: https://docs.terminaluse.com
  baseURL: https://api.terminaluse.com
  tags:
  - Versions
  properties:
  - type: OpenAPI
    url: openapi/terminal-use-versions-api-openapi.yml
  - type: Documentation
    url: https://docs.terminaluse.com
  - type: APIReference
    url: https://docs.terminaluse.com/api-reference/authentication
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: CapabilityMap
  url: capabilities/terminal-use-capability-edges.yml
  name: Terminal Use Business Capability Map
- type: AgenticAccess
  url: agentic-access/terminal-use-agentic-access.yml
- type: Website
  url: https://www.terminaluse.com
- type: Portal
  url: https://app.terminaluse.com
- type: Documentation
  url: https://docs.terminaluse.com
- type: APIReference
  url: https://docs.terminaluse.com/api-reference/authentication
- type: GettingStarted
  url: https://docs.terminaluse.com/introduction/quickstart
- type: GitHubOrganization
  url: https://github.com/terminal-use
- type: SignUp
  url: https://app.terminaluse.com
- type: Authentication
  url: authentication/terminal-use-authentication.yml
- type: Packages
  url: packages/terminal-use-packages.yml
- type: SDKs
  url: packages/terminal-use-packages.yml
- type: CLI
  url: cli/terminal-use-cli.yml
- type: LLMsTxt
  url: llms/terminal-use-llms.txt
- type: Conventions
  url: conventions/terminal-use-conventions.yml
- type: Idempotency
  url: conventions/terminal-use-conventions.yml
- type: ErrorCatalog
  url: errors/terminal-use-problem-types.yml
- type: Lifecycle
  url: lifecycle/terminal-use-lifecycle.yml
- type: Conformance
  url: conformance/terminal-use-conformance.yml
- type: DataModel
  url: data-model/terminal-use-data-model.yml
- type: X-MCPServerCandidate
  url: mcp/terminal-use-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: Overlay
  url: overlays/terminal-use-openapi-overlay.yaml
- type: Webhooks
  url: asyncapi/terminal-use-webhooks.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DomainSecurity
  url: security/terminal-use-domain-security.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/terminal-use"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/terminal-use/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/terminal-use/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.