Create a new toolkit
DynamicTools
Create a new toolkit
POST
Create a new toolkit
Authorizations
JWT authentication token
Body
application/json
Stable kebab-case slug identifying the toolkit, unique per user (e.g. "github", "aws-s3"). Lowercase letters, digits, and hyphens only; must start with a letter; 1-63 characters. Underscores are NOT allowed in toolkit IDs (unlike tool IDs) — use hyphens. The reserved value "global" is the auto-managed default toolkit and cannot be created.
Pattern:
^[a-z][a-z0-9-]{0,62}$Example:
"github"
npm dep map (e.g. {"@octokit/rest": "^20.0.0"})
TS module-level init code; runs once per (re)load.
When true, full schemas are inlined for every agent.
Response
Toolkit created
Available options:
not_started, installing, installed, failed Available options:
ts, python, go 
