# GET /our-company/ai-fill-prompts

**Resource:** [Company](./company.md)  
**MCP tool:** `list_ai_fill_prompts`  
**Scopes:** `company:read`  
**Write operation:** no

List every "Fill with AI" form in the workspace with its label, what it controls, the built-in default master prompt, and the current workspace override (if any). Call this first when configuring how AI Fill writes fields — it returns the valid form_ids to pass to set_ai_fill_prompt. The create-opportunity form is form_id "create-deal-multi-step"; per-entity custom fields are "custom-fields-deal" / "custom-fields-contact" / "custom-fields-account".

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/our-company/ai-fill-prompts"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`