create_course
Create a course in a Canvas account using account ID and course name, with optional course code and start/end dates.
Instructions
Create a new course in a Canvas account. Returns the created course object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | The Canvas account ID to create the course in | |
| name | Yes | The name of the course | |
| course_code | No | The course code (e.g. CS101) | |
| start_at | No | Course start date in ISO 8601 format (e.g. 2026-01-15T00:00:00Z) | |
| end_at | No | Course end date in ISO 8601 format (e.g. 2026-05-15T00:00:00Z) |