Skip to main content
GET
Search Registry Entities

Authorizations

Authorization
string
header
required

Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).

Query Parameters

q
string
required

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.

Minimum string length: 1
Example:

"Find something that handles customer refunds"

type
enum<string>

Restricts the search to one entity type. When omitted, all registered entity types are searched together.

Available options:
prompt,
skill,
tool
Example:

"prompt"

Response

Ranked registry search results

results
object[]
required