Skip to content

feat: use v2 dashboard apis #39

Merged
aisha331 merged 8 commits intomainfrom
aisha/edge-auto-resolve
Mar 17, 2026
Merged

feat: use v2 dashboard apis #39
aisha331 merged 8 commits intomainfrom
aisha/edge-auto-resolve

Conversation

@aisha331
Copy link
Copy Markdown
Contributor

@aisha331 aisha331 commented Mar 10, 2026

  1. Updated all READMEs and reference docs to recommend scoped API tokens with minimal privileges instead of Personal Access Tokens.
  2. Migrated dashboard scripts from internal API to public v2 API

Note

Medium Risk
Updates the dashboard management scripts to use new v2 endpoints and response shapes, which could break automation if the API contract differs in real deployments. Documentation changes also alter recommended auth token types, affecting how users provision credentials.

Overview
Updates the building-dashboards scripts to use the public v2 dashboard API (new base URL, /dashboards + /dashboards/uid/:id paths) and to handle the new request/response envelope, including wrapping payloads and extracting uid instead of id (plus special handling to preserve numeric version on updates).

Refreshes README guidance across skills to recommend scoped API tokens with minimal privileges (and updates setup messaging/tests accordingly), replacing prior Personal Access Token instructions.

Written by Cursor Bugbot for commit 2143631. This will update automatically on new commits. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 10, 2026

Skill Evaluation Results

spl-to-apl

commit: 7843f90ad8427fde482df83b225c61946c4f8a76
branch: aisha/edge-auto-resolve
baseline: 998a6c62f23f2741b89199a6c56b411f

┌─
│  spl-translation (spl-to-apl.eval.ts)
├─
│  results-match  100.00% → 100.00%  (  +0.00%)
├─
│  Baseline: spl-translation-7C0S4QCIR7 (2026-01-28, 17:05 UTC)
│  Config changes: 
│   • git.branch: "aisha/edge-auto-resolve"
│       default: ""
│       baseline: "feat/spl-to-apl-v2-skill"
│   • git.commit: "7843f90ad8427fde482df83b225c61946c4f8a76"
│       default: ""
│       baseline: "250289c1272ba4df05c5ec97808e122a6d0606d8"
└─

view eval result


generated by skill evaluation workflow

@@ -1,13 +1,12 @@
# Axiom API Capabilities

Summary of all operations available via Axiom API with a personal access token (PAT).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in skills/sre need to happen in gilfoyle first, and then they will be synced over automatically.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here it's: axiomhq/gilfoyle#15

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@aisha331 aisha331 changed the title feat: use edge URLs feat: use v2 dashboards apis Mar 17, 2026
@aisha331 aisha331 changed the title feat: use v2 dashboards apis feat: use v2 dashboard apis Mar 17, 2026
@aisha331 aisha331 merged commit bad2b9a into main Mar 17, 2026
4 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