Operations the current user is able to perform on this object
id
lock
string
Project Id
name
string
Project display name
uses_git
lock
boolean
If true the project is configured with a git repository
git_remote_url
string
Git remote repository url
git_username
string
Git username for HTTPS authentication. (For production only, if using user attributes.)
git_password
string
(Write-Only) Git password for HTTPS authentication. (For production only, if using user attributes.)
git_production_branch_name
string
Git production branch name. Defaults to master. Supported only in Looker 21.0 and higher.
use_git_cookie_auth
boolean
If true, the project uses a git cookie for authentication.
git_username_user_attribute
string
User attribute name for username in per-user HTTPS authentication.
git_password_user_attribute
string
User attribute name for password in per-user HTTPS authentication.
git_service_name
string
Name of the git service provider
git_application_server_http_port
integer
Port that HTTP(S) application server is running on (for PRs, file browsing, etc.)
git_application_server_http_scheme
string
Scheme that is running on application server (for PRs, file browsing, etc.)
deploy_secret
string
(Write-Only) Optional secret token with which to authenticate requests to the webhook deploy endpoint. If not set, endpoint is unauthenticated.
unset_deploy_secret
boolean
(Write-Only) When true, unsets the deploy secret to allow unauthenticated access to the webhook deploy endpoint.
pull_request_mode
string
The git pull request policy for this project. Valid values are: "off", "links", "recommended", "required".
validation_required
boolean
Validation policy: If true, the project must pass validation checks before project changes can be committed to the git repository
git_release_mgmt_enabled
boolean
If true, advanced git release management is enabled for this project
allow_warnings
boolean
Validation policy: If true, the project can be committed with warnings when `validation_required` is true. (`allow_warnings` does nothing if `validation_required` is false).
is_example
lock
boolean
If true the project is an example project and cannot be modified
dependency_status
string
Status of dependencies in your manifest & lockfile
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Create Project\n\nVersion 4.0.25.14 (latest)\n\n### Create A Project\n\ndev mode required.\n\n- Call `update_session` to select the 'dev' workspace.\n\n`name` is required.\n`git_remote_url` is not allowed. To configure Git for the newly created project, follow the instructions in `update_project`.\n\nRequest\n-------\n\nPOST /projects \nDatatype \nDescription \nRequest \nHTTP Request \nbody \nHTTP Body \nExpand HTTP Body definition... \nbody \n[Project](/looker/docs/reference/looker-api/latest/types/Project) \nProject\nExpand Project definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nProject Id \nname \nstring \nProject display name \nuses_git \n*lock* \nboolean \nIf true the project is configured with a git repository \ngit_remote_url \nstring \nGit remote repository url \ngit_username \nstring \nGit username for HTTPS authentication. (For production only, if using user attributes.) \ngit_password \nstring \n(Write-Only) Git password for HTTPS authentication. (For production only, if using user attributes.) \ngit_production_branch_name \nstring \nGit production branch name. Defaults to master. Supported only in Looker 21.0 and higher. \nuse_git_cookie_auth \nboolean \nIf true, the project uses a git cookie for authentication. \ngit_username_user_attribute \nstring \nUser attribute name for username in per-user HTTPS authentication. \ngit_password_user_attribute \nstring \nUser attribute name for password in per-user HTTPS authentication. \ngit_service_name \nstring \nName of the git service provider \ngit_application_server_http_port \ninteger \nPort that HTTP(S) application server is running on (for PRs, file browsing, etc.) \ngit_application_server_http_scheme \nstring \nScheme that is running on application server (for PRs, file browsing, etc.) \ndeploy_secret \nstring \n(Write-Only) Optional secret token with which to authenticate requests to the webhook deploy endpoint. If not set, endpoint is unauthenticated. \nunset_deploy_secret \nboolean \n(Write-Only) When true, unsets the deploy secret to allow unauthenticated access to the webhook deploy endpoint. \npull_request_mode \nstring \nThe git pull request policy for this project. Valid values are: \"off\", \"links\", \"recommended\", \"required\". \nvalidation_required \nboolean \nValidation policy: If true, the project must pass validation checks before project changes can be committed to the git repository \ngit_release_mgmt_enabled \nboolean \nIf true, advanced git release management is enabled for this project \nallow_warnings \nboolean \nValidation policy: If true, the project can be committed with warnings when \\`validation_required\\` is true. (\\`allow_warnings\\` does nothing if \\`validation_required\\` is false). \nis_example \n*lock* \nboolean \nIf true the project is an example project and cannot be modified \ndependency_status \nstring \nStatus of dependencies in your manifest \\& lockfile\n\nResponse\n--------\n\n### 200: Project\n\nDatatype \nDescription \n(object) \n[Project](/looker/docs/reference/looker-api/latest/types/Project) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nProject Id \nname \nstring \nProject display name \nuses_git \n*lock* \nboolean \nIf true the project is configured with a git repository \ngit_remote_url \nstring \nGit remote repository url \ngit_username \nstring \nGit username for HTTPS authentication. (For production only, if using user attributes.) \ngit_password \nstring \n(Write-Only) Git password for HTTPS authentication. (For production only, if using user attributes.) \ngit_production_branch_name \nstring \nGit production branch name. Defaults to master. Supported only in Looker 21.0 and higher. \nuse_git_cookie_auth \nboolean \nIf true, the project uses a git cookie for authentication. \ngit_username_user_attribute \nstring \nUser attribute name for username in per-user HTTPS authentication. \ngit_password_user_attribute \nstring \nUser attribute name for password in per-user HTTPS authentication. \ngit_service_name \nstring \nName of the git service provider \ngit_application_server_http_port \ninteger \nPort that HTTP(S) application server is running on (for PRs, file browsing, etc.) \ngit_application_server_http_scheme \nstring \nScheme that is running on application server (for PRs, file browsing, etc.) \ndeploy_secret \nstring \n(Write-Only) Optional secret token with which to authenticate requests to the webhook deploy endpoint. If not set, endpoint is unauthenticated. \nunset_deploy_secret \nboolean \n(Write-Only) When true, unsets the deploy secret to allow unauthenticated access to the webhook deploy endpoint. \npull_request_mode \nstring \nThe git pull request policy for this project. Valid values are: \"off\", \"links\", \"recommended\", \"required\". \nvalidation_required \nboolean \nValidation policy: If true, the project must pass validation checks before project changes can be committed to the git repository \ngit_release_mgmt_enabled \nboolean \nIf true, advanced git release management is enabled for this project \nallow_warnings \nboolean \nValidation policy: If true, the project can be committed with warnings when \\`validation_required\\` is true. (\\`allow_warnings\\` does nothing if \\`validation_required\\` is false). \nis_example \n*lock* \nboolean \nIf true the project is an example project and cannot be modified \ndependency_status \nstring \nStatus of dependencies in your manifest \\& lockfile\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 409: Resource Already Exists\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 422: Validation Error\n\nDatatype \nDescription \n(object) \n[ValidationError](/looker/docs/reference/looker-api/latest/types/ValidationError) \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/latest/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]