# Create assistant **POST /v1/Assistants** TODO: Resource-level docs ## Servers ## Parameters ### Body: (object) - **CallbackUrl** (string(uri)) Reserved. - **CallbackEvents** (string) Reserved. - **Defaults** () A JSON object that defines the Assistant's [default tasks](https://www.twilio.com/docs/autopilot/api/assistant/defaults) for various scenarios, including initiation actions and fallback tasks. - **FriendlyName** (string) A descriptive string that you create to describe the new resource. It is not unique and can be up to 255 characters long. - **LogQueries** (boolean) Whether queries should be logged and kept after training. Can be: `true` or `false` and defaults to `true`. If `true`, queries are stored for 30 days, and then deleted. If `false`, no queries are stored. - **StyleSheet** () The JSON string that defines the Assistant's [style sheet](https://www.twilio.com/docs/autopilot/api/assistant/stylesheet) - **UniqueName** (string) An application-defined string that uniquely identifies the new resource. It can be used as an alternative to the `sid` in the URL path to address the resource. The first 64 characters must be unique. ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **callback_events** (string | null) Reserved - **callback_url** (string(uri) | null) Reserved - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **development_stage** (string | null) A string describing the state of the assistant. - **friendly_name** (string | null) The string that you assigned to describe the resource - **latest_model_build_sid** (string | null) Reserved - **links** (object(uri-map) | null) A list of the URLs of the Assistant's related resources - **log_queries** (boolean | null) Whether queries should be logged and kept after training - **needs_model_build** (boolean | null) Whether model needs to be rebuilt - **sid** (string | null) The unique string that identifies the resource - **unique_name** (string | null) An application-defined string that uniquely identifies the resource - **url** (string(uri) | null) The absolute URL of the Assistant resource [Powered by Bump.sh](https://bump.sh)