API
Ship Clam inside your product
A REST + streaming API for tasks, tools, and results.
POST /v1/tasks
curl https://api.clam.ai/v1/tasks \
-H "Authorization: Bearer $CLAM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Research the top 5 competitors and summarize their pricing",
"tools": ["browser", "web_search"],
"stream": true
}'Tasks
Create, resume, cancel — sync or streaming.
Tools
Attach your own tools with a JSON schema.
Webhooks
Get notified when a task finishes or needs approval.
