Create template
Create a new crew template.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Request model for creating or updating a crew template.
Human-readable template name.
The full crew configuration to save.
Optional description.
Tags for categorization.
Declared inputs the template's tasks expect. Empty list preserves the legacy free-form task_input behavior.
Whether this template is visible to all users.
Response
Successful Response
Response model for a crew template returned from the API.
Configuration model for a CrewAI crew with agents and tasks.
Authoring-time warnings about drift between the declared variables and the {placeholders} referenced by tasks. Surfaced on create or update. Usually empty on read.

