Skip to main content
GET
/
api
/
v1
/
code-providers
List code providers
curl --request GET \
  --url https://api.agenhq.com/api/v1/code-providers \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "workspace_id": "<string>",
      "user_id": "<string>",
      "platform": "<string>",
      "name": "<string>",
      "base_url": "<string>",
      "metadata": {
        "type": "<string>",
        "token": "<string>"
      },
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_cursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.agenhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

A paginated list of code provider connections configured for a workspace.

A paginated list of code provider connections configured for a workspace.

items
object[]
required
next_cursor
string | null
required