Skip to main content
GET
List agent recipes

Query Parameters

repository
string

Absolute path of the repository to resolve recipes for. A repository's own .claude/agents and .narya/agents are read only when it is named here AND its instruction files have been trusted; with no repository named, the answer carries the built-ins, the user's own recipes and the installed packages' only.

Maximum string length: 4096
cursor
string

Opaque pagination cursor from a previous page's nextCursor or prevCursor.

Maximum string length: 1024
limit
integer
default:25

Maximum items per page.

Required range: 1 <= x <= 100

Response

One page of agent recipes.

One page of agent recipes.

items
object[]
required
limit
integer
required
Required range: x >= 1
nextCursor
string
prevCursor
string