---
title: "Get Agents"
method: GET
path: "/public/agent_hub"
tags: ["[beta] Agents", "public"]
---

# Get Agents

`GET /public/agent_hub`

## Response `200`

Successful Response

- AgentCardOutput[]
  - `protocolVersion` string
  - `name` string
  - `description` string
  - `url` string
  - `version` string
  - `capabilities` AgentCapabilities — Defines optional capabilities supported by an agent.
    - `streaming` boolean, nullable
    - `pushNotifications` boolean, nullable
    - `stateTransitionHistory` boolean, nullable
    - `extensions` AgentExtension[], nullable
      - `uri` string
      - `description` string, nullable
      - `required` boolean, nullable
      - `params` object, nullable
  - `defaultInputModes` string[]
  - `defaultOutputModes` string[]
  - `skills` AgentSkill[]
    - `id` string
    - `name` string
    - `description` string
    - `tags` string[]
    - `examples` string[], nullable
    - `inputModes` string[], nullable
    - `outputModes` string[], nullable
    - `security` object[], nullable
  - `preferredTransport` string, nullable
  - `additionalInterfaces` AgentInterface[], nullable
    - `url` string
    - `transport` string
  - `iconUrl` string, nullable
  - `provider` AgentProvider — Represents the service provider of an agent.
    - `organization` string
    - `url` string
  - `documentationUrl` string, nullable
  - `securitySchemes` object, nullable
  - `security` object[], nullable
  - `supportsAuthenticatedExtendedCard` boolean, nullable
  - `signatures` AgentCardSignature[], nullable
    - `protected` string
    - `signature` string
    - `header` object, nullable

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
