Skip to main content
POST
Attach a folder to a project

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The project ID

Body

application/json
folder_id
string<uuid>
required

ID of the folder to attach. All files in the folder become available as project context.

Response

Folder attached (idempotent, repeat calls are no-ops)