/
/Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Execution20
Management32
  • getCreate a project
  • postCreate a project
  • getGet project
  • putUpdate a project
  • deleteDelete a project
  • postCreate a secret
  • putUpdate a secret
  • deleteDelete a secret
  • postCreate a branch
  • putUpdate a branch
  • deleteDelete a branch
  • getList all results
  • getList branch sequences
  • postCreate a stage
  • getGet a stage
  • putUpdate a stage
  • deleteDelete a stage
  • putExecute schema_code and return schema in JSON format
  • getGet schedule info for stage if there are time triggers configured.
  • getGet agents
  • patchUpdate agents
  • getGet agent
  • putUpdate a agent
  • deleteDelete a agent
  • getGet groups
  • postCreate a group
  • getGet group
  • putUpdate a group
  • deleteDelete a group
  • getGet settings
  • putUpdate a project
  • getGet health status of Kraken services.
    Management

    Create a project

    Create a new project

    post/projects

    Request body

    idinteger
    namestring
    webhooksobject
    branchesobject[]

    Response

    Successfully created run

    Changes