Customize agents for your end users
Setting the Toolhouse ID
curl -XPOST "https://agents.toolhouse.ai/$YOUR_AGENT_ID" \
--json '{ "message": "what did I eat last summer?", "toolhouse_id": "user_1ee7c0de" }'Scoping (Pro or Business plans only)
curl -XPOST "https://agents.toolhouse.ai/$YOUR_AGENT_ID" \
-H "Authorization: Bearer th-123xxxx567"
--json '{ "message": "what did I eat last summer?", "toolhouse_id": "alice" }'
# In the following request, the API key changes, so
# the user "alice" will map to a new user
curl -XPOST "https://agents.toolhouse.ai/$YOUR_AGENT_ID" \
-H "Authorization: Bearer th-654xxxx981"
--json '{ "message": "what did I eat last summer?", "toolhouse_id": "alice" }'ID privacy and data protection
Last updated