---
title: "Get Provider Names"
method: GET
path: "/api/integrations/providers/names"
tags: ["v1", "integrations"]
---

# Get Provider Names

`GET /api/integrations/providers/names`

Get all provider names in a structured format.

This endpoint is specifically designed to expose the provider names
in the OpenAPI schema so that code generators like Orval can create
appropriate TypeScript constants.

## Response `200`

Successful Response

- ProviderNamesResponse — Response containing list of all provider names.
  - `providers` string[] — List of all available provider names

---

[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)
