Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://prod.featherhq.com/api/v1/testing-lab/test-profiles \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "agent": 123, "name": "<string>", "information": {} } '
{ "id": 123, "agent": 123, "project": 123, "agent_name": "<string>", "name": "<string>", "information": {}, "created_by": 123, "last_updated_by": 123, "created_at": "<string>", "updated_at": "<string>" }
Show child attributes
Test profile created successfully