GraphQL API
The GraphQL API at app.skills.new/graphql is the management surface used by the web UI — assets, bots, profiles, installations, change requests, audit log, and AI metrics.
Endpoints
Path
Purpose
Authentication
# Bot API key (CI / unattended) or personal access token (acts as you)
curl https://app.skills.new/graphql \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"query": "{ user { display } }"}'What's in the schema
Vault — the asset catalog
Asset management
Installation targeting
Bots and bot API keys
Pull requests and change requests
Profiles
Audit log and metrics
Personal access tokens
Example: create a bot and issue a key
Example: list a bot's installed assets
Batching
Errors
Last updated
Was this helpful?