Projects
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
Project
Project
Unauthorized
Server error
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
Name of the project to create. Must be unique within the account (case-insensitive) and cannot be a reserved name.
^[a-zA-Z0-9_\-.]+$Slug of the account (personal or team) that will own the project. The personal access token must be scoped to this account and the acting user must be one of its administrators.
Project created successfully — returns the project
Project
Invalid parameters
Unauthorized
Forbidden
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
Project
Project
Unauthorized
Forbidden
Not found
Server error
Last updated
Was this helpful?