{ "trait": { "key": "name", "value": "Alexander", "valueType": "string", "category": "identity", "confidence": 1.0, "source": "manual", "createdAt": "2024-01-01T00:00:00Z", "updatedAt": "2024-01-15T00:00:00Z" } }
Create or update a trait
source: "manual"
name
expertise_level
curl -X PUT https://api.yourserver.com/api/profiles/user-123/traits/name \ -H "Authorization: Bearer gp_your_key" \ -H "Content-Type: application/json" \ -d '{"value": "Alexander", "confidence": 1.0}'