org-studio-api
Installation
SKILL.md
Org Studio API
Org Studio is a Next.js dashboard for managing hybrid human+agent teams. Agents interact via REST APIs.
Base URL
http://localhost:4501
Authentication
POST requests require Bearer token:
Authorization: Bearer <ORG_STUDIO_API_KEY>
GET requests are unauthenticated.