v1

latestOpenAPI 3.0.02026-07-178017.5 KB

List assistants for IDE

Returns a complete list of assistants available to the user, with their full configurations, icons, and other metadata needed by the IDE to display and use them.

This endpoint performs a full refresh of the list of assistants, including unrolling configurations and resolving secrets.

get/ide/list-assistants

Query parameters

alwaysUseProxy'true' | 'false'

Whether to always use the Continue-managed proxy for model requests

organizationIdstring

ID of the organization to scope assistants to. If not provided, personal assistants are returned.

Response

Successfully retrieved assistants

ownerSlugstring required

Slug of the user or organization that owns the assistant

packageSlugstring required

Slug of the assistant package

iconUrlstring nullable

Pre-signed URL for the assistant's icon

onPremProxyUrlstring nullable

URL of the on-premises proxy if the organization uses one

useOnPremProxyboolean nullable

Whether the organization uses an on-premises proxy

rawYamlstring

Raw YAML configuration of the assistant

All 8 operations