---
title: "Return display-safe native authentication plans for supported agents"
method: GET
path: "/api/v1/agents/auth-plans"
tags: ["agents"]
---

# Return display-safe native authentication plans for supported agents

`GET /api/v1/agents/auth-plans`

## Response `200`

OK

- ListAgentAuthPlansResponse
  - `plans` AgentAuthPlan[], required
    - `action` string, required
    - `agentId` string, required
    - `available` boolean, required
    - `displayCommand` string
    - `documentationUrl` string, required
    - `guidance` string
    - `launchMode` 'terminal' | 'documentation', required
    - `reason` string

## Other responses

- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-09-03** `68ada7465b3a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/agents/auth-plans/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/18ef9deb25de?raw)
