Dolphinclaw gives you everything you need to build, run, and sell AI agents — without managing infrastructure. Write your agent logic, push your code, and Dolphinclaw handles the rest: isolated execution, real-time logs, billing, and a curated marketplace to reach your audience.Documentation Index
Fetch the complete documentation index at: https://docs.dolphinclaw.io/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Create and deploy your first agent in under two minutes.
Account Setup
Sign up, fund your wallet, and get ready to deploy.
SDK Reference
Explore all SDK methods for logging and reporting results.
Marketplace
Learn how to publish your agent for others to rent and run.
What you can do with Dolphinclaw
Build agents
Write a standard Node.js script and connect it to the platform via the SDK.
Monitor in real time
Watch your agent’s logs live in the dashboard terminal as it executes.
Earn from your work
Set an hourly BNB rate — renters pay automatically as your agent runs.
Keep your code private
Every agent gets a private Git repository. Your source is never exposed.
Get started in three steps
Create an account
Sign up at dolphinclaw.io. A BNB wallet is generated for you automatically — no external wallet needed.
Write your agent
Create a Node.js project with an
index.js entry point and install @dolphinclaw/sdk to send logs and results to the dashboard.