---
title: "List Providers"
method: GET
path: "/api/integrations/providers"
tags: ["v1", "integrations"]
---

# List Providers

`GET /api/integrations/providers`

Get metadata for every available provider.

Returns both statically defined providers (from ``ProviderName`` enum) and
dynamically registered providers (from SDK decorators). Each entry includes
a ``description`` declared via ``ProviderBuilder.with_description(...)`` in
the provider's ``_config.py``.

Note: The complete list of provider names is also available as a constant
in the generated TypeScript client via PROVIDER_NAMES.

## Response `200`

Successful Response

- ProviderMetadata[]
  - `name` string, required — Provider slug (e.g. ``github``)
  - `description` string, nullable — One-line human-readable summary of what the provider does. Declared via ``ProviderBuilder.with_description(...)`` in the provider's ``_config.py``. ``None`` if not set.
  - `supported_auth_types` string[] — Credential types this provider accepts. Drives which connection tabs the settings UI renders for the provider. Empty list means no auth types declared.

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
