---
title: "Get applicable storyboards for agent"
method: GET
path: "/api/registry/agents/{encodedUrl}/applicable-storyboards"
tags: ["Agent Compliance"]
---

# Get applicable storyboards for agent

`GET /api/registry/agents/{encodedUrl}/applicable-storyboards`

Probe the agent's get_adcp_capabilities and resolve its declared supported_protocols and specialisms to the compliance bundles that will run. Requires authentication and ownership.

## Path parameters

- `encodedUrl` string, required — URL-encoded agent URL

## Response `200`

Bundles the agent will be tested against, driven by its declared capabilities

- object
  - `agent_url` string, required
  - `requested_compliance_target` string, required
  - `adcp_version` string, required
  - `agent_name` string, required
  - `supported_protocols` string[], required
  - `specialisms` string[], required
  - `capabilities_probe_error` string — Agent-reported probe error. Untrusted — sanitized and truncated to 500 chars. Present when get_adcp_capabilities was advertised but failed; empty bundle list usually indicates this, not a v2 agent.
  - `bundles` object[], required
    - `kind` 'universal' | 'domain' | 'specialism', required
    - `id` string, required
    - `storyboards` object[], required
      - `id` string, required
      - `title` string, required
      - `summary` string, required
      - `step_count` integer, required
  - `total_storyboards` integer, required

## Other responses

- `400` — Invalid agent URL
- `401` — Authentication required
- `403` — Not authorized
- `422` — Agent requires authentication, or declared capabilities cannot be resolved for the selected compliance target
- `500` — Server error
- `504` — Connection timeout

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
