Sign in

Install Private App

documented

Install a private app via URL.

POST /api/appsMarketplace Appsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$workspace_url}}/api/apps" \
  -X POST \
  -H "X-Auth-Token: {{ROCKET_AUTH_TOKEN}}" \
  -H "X-User-Id: {{ROCKET_USER_ID}}" \
  -H "Content-Type: application/json" \
  -d '{"url": "{{$url}}", "app": "{{$app}}", "permissions": {{$permissions}}}'