feat(aigateway): config + workspace list/get (read-only) + doctor reachability - #306
Merged
Conversation
Pin bump only, no new surface. Closes prep for AI Gateway + Red Team adapter slices. Refs #300.
This was referenced Aug 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Slice 2 of #299: first AI Gateway surface. Adds
PANW_AI_GW_*config fields, anSdkAiGatewayServicewrapper over the SDKAIGatewayClient, read-onlyairs aigateway workspace list|getcommands, and an AI Gateway reachability check inairs doctor.Stacked on #305 (SDK pin bump) — merge that first; this branch includes its commit.
Changes
src/config/{schema,loader,client-options}.ts—aiGwDataEndpoint/aiGwAdminEndpoint/aiGwTokenEndpoint(+ mgmt token fallback),aiGatewayClientOptions()src/airs/aigateway.ts— workspace list/get normalization (snake→camel,is_default→bool, limits union→array),listAllWorkspaces()merging admin active+archived,aiGatewayGrantHint()for 403 AB03 vs tenant-root diagnosissrc/cli/commands/aigateway.ts+ renderer —--plane,--status,--all, flag-canon--output; null status rendersunknown; data-plane hint that a bare list is not "all workspaces"airs doctor— 7th check: AI Gateway reachability via cheapest data-plane read, grant hint on 403docs-site/docs/cli/aigateway/workspaces.md,.env.example, CLAUDE.md; changeset (minor)Testing
--allmerge, null status, limits union, 403 hints)Closes #301