POST
/
getAgentConfigCostEstimate
Get agent configuration cost estimate
curl --request POST \
  --url https://api.parcha.ai/api/v1/getAgentConfigCostEstimate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_key": "<string>",
  "agent_name": "<string>",
  "agent_description": "<string>",
  "steps": [
    {}
  ]
}'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json
agent_key
string
agent_name
string
agent_description
string
steps
object[]

Response

Cost estimate retrieved successfully