---
title: "List connectable toolkits"
method: GET
path: "/public/v1/integrations/toolkits"
tags: ["Account Integrations"]
---

# List connectable toolkits

`GET /public/v1/integrations/toolkits`

Lists the catalog of toolkits that can be connected, with each toolkit's auth scheme and the tool slugs it supports. Use this to discover valid toolkit values and the tool slugs accepted by the update-tools endpoint. Requires a USER API key.

## Response `200`

Connectable toolkits

- PublicIntegrationToolkitList
  - `results` PublicIntegrationToolkit[], required
    - `toolkit` string, required
    - `name` string, required
    - `description` string, nullable
    - `authScheme` string, required
    - `toolCount` number, required
    - `tools` string[], required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
