Add approval request HTTP surface

This commit is contained in:
github-ops
2026-06-24 11:39:39 +00:00
parent d83ab541d9
commit 8a1cc1746f
16 changed files with 889 additions and 69 deletions
+5 -1
View File
@@ -258,7 +258,11 @@ pub(super) async fn create_approval_platform_api_key(
agent_slug,
name,
PlatformApiKeyKind::Approval,
&[PlatformApiKeyScope::Approve, PlatformApiKeyScope::Deny],
&[
PlatformApiKeyScope::ReadPending,
PlatformApiKeyScope::Approve,
PlatformApiKeyScope::Deny,
],
"crk_appr",
)
.await