For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create provider

Create a provider

post
Path parameters
typestringRequired

Provider type

Example: terraform
Header parameters
Harness-AccountstringRequired

Account ID

Example: harness
Body
descriptionstringOptional

Provider description

Example: Terraform provider
Responses
201

Created response.

application/json
idstringRequired

Provider ID

Example: 1
post/api/providers/{type}
POST /api/providers/{type} HTTP/1.1
Host: localhost:80
Harness-Account: harness
Content-Type: application/json
Accept: */*
Content-Length: 36

{
  "description": "Terraform provider"
}
{
  "id": "1"
}

Last updated

Was this helpful?