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

The SkillInventory API from tessl.io — 24 operation(s) for skillinventory.

tessl.io SkillInventory 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 SkillInventory. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 29 operations across 24 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.

29 operations 24 paths 0 schemas 2 DELETE17 GET9 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 29

Across 24 paths, the API surfaces 29 operations — 2 DELETE, 17 GET, 9 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

SkillInventory 29
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories
Lists skill inventories claimed by the workspace, ordered by scan recency.
7 params → 200401403404500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories
Creates (or returns) the workspace's skill inventory for a connected SCM provider, deriving the org-equivalent from the workspace's integration. This is the backend-driven bootstrap for the read-only…
2 params body → 200401403404422500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}
Returns the authenticated header row for a workspace-scoped skill inventory.
3 params → 200401403404500
DELETE
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}
Deletes a workspace-scoped skill inventory. Requires the manageintegrations permission (workspace manager or owner). The delete is a soft delete: the inventory and all its scans become inaccessible,…
3 params → 204401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/github-app-status
Reports whether the workspace's GitHub App installation is present, healthy, and covers the repos of the inventory's org. Preflight check for the private-indexing opt-in.
3 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/import-status
Live import progress for a skill inventory’s most recent scan. Reports the current phase (scanning → analysing → complete, or failed) plus reposScanned climbing toward reposTotal and the running skil…
3 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/source-preview
Provider-agnostic, workspace-level preview of a connected SCM source, before any skill inventory exists. Given a provider (github, gitlab, or bitbucket), returns whether that provider is connected fo…
3 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/source-repos
Lists repositories the workspace’s connected SCM source can see, for the create-flow repo picker. Given a provider (github, gitlab, bitbucket, or the dev-only mockhub) and an optional q, runs a provi…
4 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/scans
Lists all Scans for a workspace-scoped skill inventory, newest first.
7 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/scans/{scanIndex}
Returns diff summary + Findings added/resolved for one Scan of a workspace-scoped skill inventory.
4 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/scans/{scanIndex}/indexing-results
Returns the per-skill first-party indexing results recorded for one Scan of a workspace-scoped skill inventory: each source SKILL.md that was processed during private indexing, with its repo/path, th…
4 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/catalog
Catalog lens — paginated list of current LogicalSkills for a workspace-scoped skill inventory.
34 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/by-repo
By-repo lens — paginated current InventoryRepos with nested LogicalSkill summaries.
7 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/by-skill
By-skill lens — paginated version-blind GlobalSkillId groups with their SkillInstances and the manifests that reference them.
13 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/committers
Full committer roster for the inventory — every username touching a current SkillInstance, with skill / repo / finding counts.
3 params → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/findings
Lists Findings for an inventory across every archetype. Default status=active limits to Findings whose lastseenscanid matches the inventory’s latest scan.
12 params → 200401403404500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/automatic-scanning/opt-in
One-time opt-in to automatic scanning for a skill inventory. Once opted in, the inventory is covered by the daily scheduled re-scan sweep. This is independent of the private-indexing opt-in: a swept…
3 params → 200401403404409500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/private-indexing/opt-in
One-time opt-in to private skill indexing for a skill inventory. Guarded by the inventory's SCM connection readiness check. Returns 422 when the connection is not ready — the error message is the mac…
3 params → 200401403404409422500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/private-indexing/reindex
Re-triggers private skill indexing for the latest scan of a workspace-scoped skill inventory. Only valid once the inventory has opted in to private indexing (409 notoptedin otherwise) and when a scan…
3 params → 200401403404409500502503
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/private-indexing/unapproved-skills
Paginated list of the inventory's pending first-party logical skills still awaiting an approval decision, scoped to the latest scan. Each row carries the skill's name, description and footprint (repo…
7 params → 200401403404500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/private-indexing/approve-skills
Approves a selection of the inventory's pending first-party logical skills, assigning each to a target workspace, and triggers private indexing of the latest scan so the newly approved skills are ind…
3 params body → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/private-indexing/preferences
Reads the inventory's indexing preferences: whether newly discovered first-party skills are auto-approved, and the default workspace they are assigned to when they are.
3 params → 200401403404500
PUT
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/private-indexing/preferences
Updates the inventory's indexing preferences. Only the supplied fields are written, so autoApproveNewSkills and defaultTargetWorkspaceId can be changed independently. Setting a non-null defaultTarget…
3 params body → 200401403404500
GET
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/ignored-repos
Returns the list of ignored repos for a skill inventory.
3 params → 200401403404500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/ignored-repos
Ignores repos from a skill inventory, deleting their scanned data.
3 params body → 204401403404500
DELETE
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/ignored-repos
Un-ignores repos from a skill inventory.
3 params body → 204401403404500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/rescan
Starts an on-demand re-scan of a skill inventory (the "scan now" action). Requires publisher rights on the workspace and that the inventory has opted into automatic scanning. Returns 409 (notoptedin)…
3 params → 200401403404409500
POST
/v1/workspaces/{workspaceNameOrID}/skill-inventories/import
Provider-agnostic web-onboarding import: creates (or resolves) the workspace's skill inventory for the given SCM provider — deriving the org-equivalent from the connected integration — and kicks its…
2 params body → 200400401403404409500503
POST
/experimental/skill-inventories
Upload of a skill inventory scan from the CLI.
1 param body → 201401403404500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tesslio-skillinventory-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 SkillInventory 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.