---
title: "Approve a pending intent"
method: POST
path: "/v1/approvals/{id}/approve"
tags: ["approvals"]
---

# Approve a pending intent

`POST /v1/approvals/{id}/approve`

Approves the intent and triggers on-chain settlement. Transitions the intent from PENDING_APPROVAL → SETTLED.

## Path parameters

- `id` string, required

## Response `200`

Intent approved and settled

## Other responses

- `404` — Approval not found

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-guard-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-guard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-guard-api/revisions/6670c57f15a3/schema)
