studio-chat-admin
Installation
SKILL.md
Studio Chat Admin
Read and write Studio Chat project configuration using the API. All calls are authenticated automatically via environment variables. The API base URL (https://api.studiochat.io) is hardcoded in the scripts.
Setup
Set the following environment variables before using the scripts:
export STUDIO_API_TOKEN="sbs_your_api_key_here"
export STUDIO_PROJECT_ID="your-project-uuid"
API keys are available by request from the Studio Chat team at hey@studiochat.io.
API Client
python3 scripts/api.py <path> [-X METHOD] [--body JSON] [--params k=v] [-o file]
Related skills