How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

tessl.io Workspaces API

Workspaces and workspace membership.

tessl.io Workspaces API is one of 35 APIs that tessl.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Workspaces. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 43 operations across 34 paths. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://api.tessl.io.

43 operations 34 paths 0 schemas 7 DELETE13 GET3 PATCH19 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.tessl.io
Resource Areas
1

Paths & Operations 43

Across 34 paths, the API surfaces 43 operations — 7 DELETE, 13 GET, 3 PATCH, 19 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Workspaces 43

Workspaces and workspace membership.

GET
/v1/workspaces
Lists workspaces with name/org/membership/archived filters.
26 params → 200404500
POST
/v1/workspaces
Creates a new workspace.
1 param body → 201401403404500
GET
/v1/workspaces/{workspaceIdOrName}
Fetches a workspace by id or name.
1 param → 200404500
PATCH
/v1/workspaces/{workspaceId}
Updates a workspace: rename, archive, restore, or update settings (blockPublicTilePublish, securityReviewsEnabled, evalsEnabled, orgDefaultRole).
2 params body → 200400401403404500
DELETE
/v1/workspaces/{workspaceId}
Deletes a workspace by id.
2 params → 204401403404500
GET
/v1/workspaces/{workspaceId}/onboarding
Returns the onboarding checklist state for a workspace.
2 params → 200401403404500
GET
/v1/workspaces/{workspaceId}/members
Lists the members of a workspace.
6 params → 200401403404500
POST
/v1/workspaces/{workspaceId}/members
Adds a user as a member of a workspace.
2 params body → 201401403404500
PATCH
/v1/workspaces/{workspaceId}/members/{userId}
Updates a workspace member's role.
3 params body → 200401403404500
DELETE
/v1/workspaces/{workspaceId}/members/{userId}
Removes a member from a workspace. Cannot remove the last owner.
3 params → 204401403404500
GET
/experimental/workspaces/{workspaceId}/integrations
Lists integrations (GitHub, GitLab, Linear) configured for a workspace.
6 params → 200401403404500
DELETE
/experimental/workspaces/{workspaceId}/integrations/{integrationId}
Removes an integration from a workspace.
3 params → 204401403404500
PATCH
/experimental/workspaces/{workspaceId}/integrations/{integrationId}
Updates the connectionData on a Linear integration. targetRepo and taskDelegation are independently editable; pass null to clear either. Writing taskDelegation requires the linear-task-mirroring feat…
3 params body → 200400401403404500
GET
/experimental/workspaces/{workspaceId}/integrations/{integrationId}/linear/metadata
Returns the connected Linear org's workflow states across all teams. Each state carries its name, type, and owning team, so a caller can choose a delegation state to store in the task-delegation conf…
3 params → 200400401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/github-app
Completes a GitHub App OAuth handshake, attaching the installation to a workspace.
2 params body → 201401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/github-app/request
Records a request to install a GitHub App for a workspace (pending org-admin approval).
2 params body → 201401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/github-app/token
Mints a short-lived GitHub installation token for the workspace's Tessl Helper GitHub App installation, plus the bot identity (appSlug, botUserId, login, email) resolved via the authenticated App cre…
2 params body → 201401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/github-app-agent
Completes the OAuth handshake for the read-write Tessl Helper GitHub App and records a workspace-scoped Tessl Helper installation, distinct from the Sync github-app integration.
2 params body → 201401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/github-app-agent/request
Records a request to install the read-write Tessl Helper GitHub App for a workspace (pending org-admin approval). Distinct from the Sync github-app request.
2 params body → 201401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/gitlab-token
Attaches a GitLab personal/group access token as an integration to a workspace.
2 params body → 201401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/mockhub
Dev-only: instantly connects a synthetic MockHub SCM provider to a workspace (no OAuth) and kicks a first inventory scan of its seeded repos/skills. Rejected with 404 unless NODEENV is development, a…
2 params body → 201401403404500503
POST
/experimental/workspaces/{workspaceId}/integrations/linear/authorize
Starts the Linear OAuth flow for the workspace by issuing a signed state and authorize URL.
2 params body → 200401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/linear/callback
Completes the Linear OAuth handshake by exchanging the authorization code for a workspace token.
2 params body → 201401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/bitbucket-cloud-oauth/authorize
Starts the Bitbucket Cloud OAuth flow for the workspace by issuing a signed state and authorize URL.
2 params body → 200401403404500
POST
/experimental/workspaces/{workspaceId}/integrations/bitbucket-cloud-oauth/callback
Completes the Bitbucket Cloud OAuth handshake by exchanging the authorization code for an access + refresh token.
2 params body → 201401403404500
GET
/experimental/workspaces/{workspaceId}/integrations/requests
Lists pending integration requests (GitHub App, GitLab token) for a workspace.
2 params → 200401403404500
DELETE
/experimental/workspaces/{workspaceId}/integrations/requests/{requestId}
Cancels a pending workspace integration request.
3 params → 204401403404500
GET
/experimental/workspaces/{workspaceId}/analytics
Returns workspace-scoped analytics: total publishes and installs in the last 30 days, plus a week-on-week delta. Shape will evolve while this lives under /experimental.
2 params → 200401403404500
GET
/experimental/workspaces/{workspaceId}/inventory
Lists the workspace's repository inventory (tile.json files discovered via the SCM integration).
10 params → 200401403404500
GET
/experimental/workspaces/{workspaceId}/mcp-servers
Lists MCP servers configured for a workspace.
2 params → 200401403404500
POST
/experimental/workspaces/{workspaceId}/mcp-servers
Registers or updates a workspace MCP server and returns an OAuth authorization URL.
2 params body → 201401403404500
DELETE
/experimental/workspaces/{workspaceId}/mcp-servers/{mcpName}
Deletes a workspace MCP server. The endpoint is idempotent.
3 params → 204401403404500
POST
/experimental/workspaces/{workspaceId}/mcp-servers/{mcpName}/reauth
Starts a fresh OAuth authorization flow for an existing workspace MCP server.
3 params body → 200401403404500
POST
/experimental/workspaces/{workspaceId}/mcp-servers/{mcpName}/callback
Completes an MCP OAuth callback by exchanging the authorization code for tokens.
3 params body → 200401403404500
GET
/experimental/workspaces/{workspaceId}/workflows/{workflowId}deprecated
Get workflow status (Temporal-backed compat shim)
3 params → 200401403404500
GET
/experimental/workspaces/{workspaceId}/registry-keys
Lists registry keys (npm/maven/pypi) configured for a workspace.
2 params → 200401403404500
POST
/experimental/workspaces/{workspaceId}/registry-keys
Adds a registry key (npm/maven/pypi) to a workspace.
2 params body → 201401403404500
DELETE
/experimental/workspaces/{workspaceId}/registry-keys/{registryKeyId}
Deletes a registry key from a workspace.
3 params → 204401403404500
POST
/experimental/workspaces/{workspaceId}/skills/workspace
Indexes one or more SKILL.md files from a GitHub repository using the workspace GitHub App installation. Supports public and private repositories.
2 params body → 200401403404500
POST
/experimental/workspaces/{workspaceId}/tile-rollout
This endpoint has been retired.
2 params → 401403404500
GET
/experimental/workspaces/{workspaceId}/reviewer-plugin
Gets the reviewer plugin configuration for a workspace.
2 params → 200401403404500
PUT
/experimental/workspaces/{workspaceId}/reviewer-plugin
Sets the reviewer plugin configuration for a workspace.
2 params body → 200401403404500
DELETE
/experimental/workspaces/{workspaceId}/reviewer-plugin
Deletes the reviewer plugin configuration for a workspace.
2 params → 204401403404500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tesslio-workspaces-api-openapi.yml Raw ↑

Other APIs tessl.io publishes across the network.

tessl.io Admin Keys API
tessl.io Agent Logs API
tessl.io API Keys API
tessl.io Badges API
tessl.io Billing API
tessl.io Capacity API
tessl.io CLI API
tessl.io Context API
tessl.io Curated Lists API
tessl.io Environments API
tessl.io Evals API
tessl.io Fix Runs API
Where this information came from

This is an independent, third-party profile of tessl.io Workspaces API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.