---
title: "Enrich Policy Template"
method: POST
path: "/policy/templates/enrich"
tags: ["policies"]
---

# Enrich Policy Template

`POST /policy/templates/enrich`

Enrich a policy template with LLM-discovered data (e.g. competitor names).

Calls an onboarded LLM to discover competitors for the given brand name,
then returns enriched guardrailDefinitions with the discovered data populated.

## Request body

- EnrichTemplateRequest
  - `competitors` string[], nullable — Optional list of competitor names
  - `instruction` string, nullable — Refinement instruction for modifying the competitor list (e.g. 'add 10 more from Asia')
  - `model` string, nullable
  - `parameters` object, required
  - `template_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
