# POST /agent-proposals/:proposal_id/approve

**Resource:** [Agent Proposals](./agent-proposals.md)  
**MCP tool:** `approve_agent_proposal`  
**Scopes:** `agent-ops:write`  
**Write operation:** yes

Approve an agent proposal — EVE handler executes it.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `proposal_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/agent-proposals/:proposal_id/approve"   -H "Authorization: Bearer YOUR_API_KEY"
```

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