Skip to content

enhance(blueprint): support integration api usage#54

Merged
oschwartz10612 merged 4 commits intofosrl:devfrom
LaurenceJJones:feat/apply-blueprint-api-key
Apr 21, 2026
Merged

enhance(blueprint): support integration api usage#54
oschwartz10612 merged 4 commits intofosrl:devfrom
LaurenceJJones:feat/apply-blueprint-api-key

Conversation

@LaurenceJJones
Copy link
Copy Markdown
Member

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Add support for integration api usage via the CLI

Integration API (automation / CI)

Use an Integration API key (.), your Integration API base URL (host that serves /v1/..., e.g. https://pangolin-api.example.com — the client appends /v1 internally), and the organization ID explicitly.

pangolin apply blueprint \
  --api-key "$PANGOLIN_INTEGRATION_API_KEY" \
  --endpoint "https://pangolin-api.example.com" \
  --org "YOUR_ORG_ID" \
  --file ./my-blueprint.yaml

Resolve blueprint.go: keep API key/session client flow and upstream
interpolateBlueprint ({{ env.VAR }}) before apply.

Made-with: Cursor
@oschwartz10612
Copy link
Copy Markdown
Member

LGTM thanks!

@oschwartz10612 oschwartz10612 merged commit b21fa57 into fosrl:dev Apr 21, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants