---
title: "Search Apps"
method: GET
path: "/v1/apps/search"
tags: ["apps"]
---

# Search Apps

`GET /v1/apps/search`

Search for Apps.
Intented to be used by agents to search for apps based on natural language intent.

## Query parameters

- `intent` string, nullable — Natural language intent for vector similarity sorting. Results will be sorted by relevance to the intent.
- `configured_only` boolean — If true, only return apps that have been configured.
- `categories` string[], nullable — List of categories for filtering.
- `limit` integer — Maximum number of Apps per response.
- `offset` integer — Pagination offset.

## Response `200`

Successful Response

- AppBasic[]
  - `name` string, required
  - `description` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aci/apis/aipolabs.md) · [All operations](https://skmtc.net/aci/apis/aipolabs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aci/aipolabs/revisions/718400d06fee/schema)
