Skip to content

feat: axme mesh dashboard command#81

Merged
George-iam merged 1 commit intomainfrom
feat/mesh-dashboard-cmd-20260331
Mar 31, 2026
Merged

feat: axme mesh dashboard command#81
George-iam merged 1 commit intomainfrom
feat/mesh-dashboard-cmd-20260331

Conversation

@George-iam
Copy link
Copy Markdown
Contributor

Summary

  • Add axme mesh dashboard command - opens Agent Mesh dashboard with automatic SSO
  • Creates one-time exchange token via POST /v1/auth/dashboard-token
  • Opens mesh.axme.ai/auth/exchange?token=... in default browser
  • Supports --no-browser (print URL only) and --json (machine-readable output)
  • Depends on: AxmeAI/axme-control-plane#191 (gateway auth endpoints)

Test plan

  • go build clean
  • All existing CLI tests pass
  • axme mesh --help and axme mesh dashboard --help show correct output

Opens the Agent Mesh dashboard in the browser with automatic SSO.
Creates a one-time exchange token via POST /v1/auth/dashboard-token,
then opens mesh.axme.ai/auth/exchange?token=... in the default browser.
Supports --no-browser and --json flags.
@George-iam George-iam merged commit 7b4e5e5 into main Mar 31, 2026
1 check passed
@George-iam George-iam deleted the feat/mesh-dashboard-cmd-20260331 branch March 31, 2026 11:25
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.

1 participant