Update Test Profile
Update a test profile
Authorizations
API Key Authentication. It should be included in the header of each request.
Path Parameters
A unique integer value identifying this ai agent test profile.
Body
Response
255Name of the agent associated with this test profile
Example: "Customer Support Agent"
Variables for the test profile, split by which agent receives them.
{
"main_agent_variables": {"user_id": "U-123"},
"testing_agent_variables": {"user_name": "John Doe", "user_email": "john.doe@example.com"}
}main_agent_variables are sent to the agent under test as dynamic variables. testing_agent_variables shape the simulated caller's persona. A legacy flat dict (no section keys) is accepted for backward compatibility and is sent to both agents.
ID of the user who created this test profile
ID of the user who last updated this test profile
Timestamp when the test profile was created
Timestamp when the test profile was last updated