Skip to main content
POST
/
test_framework
/
v1
/
aiagents
/
{agent_id}
/
mcp
/
{mock_index}
cURL
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/aiagents/{agent_id}/mcp/{mock_index}/ \
  --header 'X-CEKURA-API-KEY: <api-key>'

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

agent_id
string
required
Pattern: ^\d+$
mock_index
string
required
Pattern: ^\d+$

Response

200

No response body