For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get a list of all AI Configs in the given project.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKeystringRequired
Query parameters
sortstringOptional
A sort to apply to the list of AI Configs.
limitintegerOptional
The number of resources to return.
offsetintegerOptional
Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.