Skip to main content

List My Agents

Two endpoints list agents for the authenticated user — a compact list and a full-detail list.


Simple List

GET /api/v1/registry/user/agents — 🔒 Requires Auth

Returns a condensed list of agent names and IDs.

curl https://nasiko.dev/api/v1/registry/user/agents \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Full Info List

GET /api/v1/registry/user/agents/info — 🔒 Requires Auth

Returns full agent cards including capabilities, skills, and metadata.

curl https://nasiko.dev/api/v1/registry/user/agents/info \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."