Skip to main content

Create Project

POST 

/vedsdk/codesign/CreateProject

Creates an empty CodeSign Protect Project. After you create the project, use the CodeSign Protect MMC to add environments or POST Codesign/UpdateProject.

  • Signing Project settings are configurable via this REST API and in the VCC.
  • A project can also use settings from the global configuration.
  • After a project is approved, it is ready for code signing.
  • Administrators can monitor signing progress from the Codesigning UI.
  • A project has one or more collections, which are references, about signing applications or tools.
  • A project has one or more Environments and roles which are also known as rights.
  • Each environment references a template. The Environment also has certificates or keys and a signing flow. The signing flow regulates the progress of application signing via a client. For more information, see Flow API.

Permissions: None. Projects are created in a Draft state and cannot be used until approved by an administrator.

Required scope: codesign:manage

Request

Responses

Success