Search Registry Entities
Searches prompts, skills, and tools across every project the requester can view. The server retrieves lexical and semantic candidates from the natural-language query, reranks them, and reapplies project access before returning common entity metadata.
Authorizations
Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).
Query Parameters
Natural-language text describing the desired prompt, skill, or tool. Can optionally include an inline type filter prefix or suffix (e.g., type:prompt refund or refund type:tool) which restricts results to the specified entity type. If an invalid type filter (e.g., type:unknown) is provided in the query string, a 400 Bad Request is returned. Provider names, modes, scores, and embedding vectors are internal and cannot be supplied by clients.
1"Find something that handles customer refunds"
Restricts the search to one entity type. When omitted, all registered entity types are searched together.
prompt, skill, tool "prompt"
Response
Ranked registry search results

