WarpBuild LogoWarpBuild Docs
Agents

PUT /agents/config

PUT
/agents/config

Authorization

JWTKeyAuth
Authorization<token>

In: header

Request Body

application/json

Agent config

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/agents/config" \  -H "Content-Type: application/json" \  -d '{    "env_name": "string",    "environment_key": "string",    "provider_org_id": "string",    "webhook_signing_secret": "string"  }'
{  "configured": true,  "id": "string",  "organization_id": "string",  "provider_environment_id": "string",  "provider_org_id": "string",  "shared": true,  "updated_at": "string",  "webhook_url": "string",  "workspace_name": "string"}