도구 동의 권한 만들기
POST /v1/consent/grants: 자율 출처에서 실행 예정인 Tier-3 또는 Tier-4 도구 호출에 대한 운영자 승인을 기록합니다.
POST /v1/consent/grants
자율 출처에서 실행 예정인 Tier-3 또는 Tier-4 도구 호출에 대한 운영자 승인을 기록합니다. args_constraints에는 args_sha256, to_address, chain, max_per_call_usdc 중 하나 이상을 설정해야 하며 제약 없는 권한은 거부됩니다.
| 메서드 | POST |
| 경로 | /v1/consent/grants |
| 인증 | GATEWAY_AUTH_TOKEN이 설정된 경우 Authorization: Bearer <token>이 필요합니다 |
| 카테고리 | admin |
요청 본문
{ "scope_kind": "cron", "scope_id": "cron_7f2", "tool_name": "transfer_token", "args_constraints": { "to_address": "0xABCD...", "chain": "base", "max_per_call_usdc": 50 }, "note": "weekly USDC sweep" }