WarpBuild LogoWarpBuild Docs
Agents

POST /agents/credentials

POST
/agents/credentials

Authorization

JWTKeyAuth
Authorization<token>

In: header

Request Body

application/json

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/credentials" \  -H "Content-Type: application/json" \  -d '{    "provider_api_key": "string"  }'
{  "id": "string",  "label": "string",  "provider_environment_id": "string",  "provider_org_id": "string",  "updated_at": "string"}