Create User Toolkit
POST/api/toolkits
Creates a new toolkit owned by the specified user.
The toolkit slug will be automatically prefixed with the user's email (e.g., [email protected]:my-toolkit).
Request
Responses
- 201
- 400
- 401
- 500
Toolkit created successfully
Invalid request body
Authentication required or invalid token
Internal server error