Skip to content
Cloud
Agentist
CA
Dashboard
Chat
Inbox
Agents
Channels
Apps
Integrations
Settings
Sign out
Contract Testing Tool
Send a ReasoningRequest to your provider and validate the response against the platform contract.
Provider URL
ReasoningRequest body
{ "actorId": "test-actor-001", "input": "Schedule a meeting for tomorrow at 2pm", "mode": "ask", "actorContext": { "displayName": "Test User", "activeGoals": [ "stay organized" ] }, "availableCapabilities": [ { "action": "schedule.event.create", "sensitivityLevel": "low", "description": "Create calendar event" }, { "action": "wishlist.item.add", "sensitivityLevel": "low", "description": "Add item to wishlist" } ] }
Send Request