---
title: "Apply Policy Preset"
method: POST
path: "/api/v2/agents/{agent_id}/policy/preset"
tags: ["Sessions & Agents", "Memory Operations"]
---

# Apply Policy Preset

`POST /api/v2/agents/{agent_id}/policy/preset`

Adopt a predefined policy bundle as the agent's policy (Session-based).

Overwrites any existing policy. Nothing expires until a sweep runs.

Requires:
- X-Session-Token: {session_token}

## Path parameters

- `agent_id` string, required

## Headers

- `x-session-token` string, nullable
- `X-Api-Key` string, nullable

## Cookies

- `memanto_session_token` string, nullable

## Request body

- PolicyPresetRequest — Request body for adopting a predefined policy bundle.
  - `name` string, required — Preset name, e.g. 'balanced'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love.md) · [All operations](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moorcheh-ai/memanto-memory-that-ai-agents-love/revisions/f8fc41287ced/schema)
