This repository was archived by the owner on Feb 14, 2026. It is now read-only.
Add machine tokens API for container authentication#29
Open
cloud303-psupinski wants to merge 3 commits intoslopus:mainfrom
Open
Add machine tokens API for container authentication#29cloud303-psupinski wants to merge 3 commits intoslopus:mainfrom
cloud303-psupinski wants to merge 3 commits intoslopus:mainfrom
Conversation
- Add MachineToken model to Prisma schema - Add /v1/machine-tokens CRUD endpoints (create, list, get, update, delete, rotate) - Register machineTokenRoutes in api.ts Enables Docker containers and CLI tools to authenticate using bearer tokens created via the happy-tsk Settings UI. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…tegration Implements the Product Ideation Agent backend: room message CRUD with cursor-based pagination, project notes for cross-agent handoff, container launch orchestration with WAP Docker manager integration, SuperTokens session auth with machine token fallback, and real-time WebSocket events for new-room-message and new-project-note. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add apiKey parameter to SuperTokens SDK init to authenticate with the now-secured SuperTokens Core API endpoint. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Enables Docker containers and CLI tools to authenticate using bearer tokens created via the happy-tsk Settings UI, removing the need for OAuth redirect URLs in headless environments.
Test plan
prisma db pushto create the MachineToken table🤖 Generated with Claude Code