Create Command
POST/api/commands
Creates a new command in your organization.
The command will be created with the specified name, slug, and output content. Commands can have optional arguments and can be set as active or draft.
Request
Responses
- 201
- 400
- 401
- 500
Command created successfully
Invalid request body
Authentication required or invalid token
Internal server error