WarpBuild LogoWarpBuild Docs
Agents

POST /agents/config/environment

POST
/agents/config/environment

Authorization

JWTKeyAuth
Authorization<token>

In: header

Request Body

application/json

Provider API key

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/agents/config/environment" \  -H "Content-Type: application/json" \  -d '{    "provider_api_key": "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"}