Developer platform

API key
Start automating right away
Playground
Test your agent
Mobile
Watch the agent in action
Code
Run Smooth with our Python SDK or integrate with our APIs.

Python SDK

Install the SDK:

pip install smooth-py

And run the following code to start a task:

from smooth import SmoothClient

smooth_client = SmoothClient(api_key="cmzr-YOUR_API_KEY")
task = smooth_client.run(
    "Go to google flights and find the cheapest flight from London to Paris today"
)

print(f"Live URL: {task.live_url()}")
print(f"Agent response: {task.result()}")

Check out the full documentation at docs.circlemind.co, with plenty of examples and tutorials available.

Rest APIs

The full API reference is available in our documentation at docs.circlemind.co/api-reference

Credits
Take a look at how many credits you have left
$NaN left

Pricing

AgentPrice
smooth-1$0.005/step
Plans
FreeStarterGrowth
Rate limit2 tasks/min10 tasks/min100 tasks/min
Captcha Handling
Proxy Configuration
Persistent Authentication (Sessions)
Stealth Mode
Buy more credits