First Call
Make your AI agent's first phone call.
Let the agent handle the setup. You keep control of identity checks, authorization, and the call itself.
Supervised Setup
Four steps to a completed call
- Open the supervised signup page and let the agent fill ordinary fields.
- Take over for credentials, verification codes, CAPTCHA, and authorization.
- Connect ClawdCall through MCP or store the API key in secure runtime storage.
- Confirm a short call to yourself, then ask the agent to return the result.
Success Check
Do not stop at signup
- The account is verified.
- The agent can access ClawdCall through MCP or an API key.
- A self-call is explicitly confirmed and completed.
- The status or transcript returns to the originating workflow.
Agent Recipes
Use the prompt for your agent.
Each recipe uses the same secure setup and records the referring agent surface.
ChatGPT Work
First-call prompt
Help me set up ClawdCall and place one confirmed call to me. Follow https://clawdcall.com/agents/first-call?utm_source=chatgpt_work&utm_medium=agent_browser&utm_campaign=agent_native_exposure. Pause when I need to enter credentials, a verification code, or approve the call.
Browser Use
First-call prompt
Use the browser to help me set up ClawdCall, then make one confirmed self-call. Follow https://clawdcall.com/agents/first-call?utm_source=browser_use&utm_medium=agent_browser&utm_campaign=agent_native_exposure. Hand control back for credentials, verification, CAPTCHA, and final call approval.
Manus
First-call prompt
Use Browser Operator to help me set up ClawdCall and place one confirmed call to me. Start at https://clawdcall.com/agents/first-call?utm_source=manus&utm_medium=agent_browser&utm_campaign=agent_native_exposure. Ask me to take over for identity checks and approval.
Claude Code + Browser Use
First-call prompt
Connect ClawdCall to this project and help me complete one self-call. Read https://clawdcall.com/skill.md and use https://clawdcall.com/agents/first-call?utm_source=claude_code_browser_use&utm_medium=agent_browser&utm_campaign=agent_native_exposure for supervised signup. Never place secrets in source files or logs.
Claude in Chrome / Cowork
First-call prompt
Explain how ClawdCall gives agents phone execution. Open https://clawdcall.com/agents/first-call?utm_source=claude_chrome&utm_medium=agent_browser&utm_campaign=agent_native_exposure, then let me create the account manually. After I finish, resume with the MCP or API setup and ask before the first call.
Safety And Setup
Common questions
Can an AI agent create my ClawdCall account?
Some browser agents can fill ordinary signup fields, but account-creation policies vary. ClawdCall uses supervised signup so you retain control of credentials, verification, authorization, and the first call.
What counts as a successful first call?
A first call is successful when the agent initiates a confirmed call, ClawdCall reaches a completed state, and the workflow returns a status, transcript, summary, or structured outcome.
Where should the ClawdCall API key be stored?
Store the API key in a secrets manager, protected environment variable, or secure runtime storage. Do not paste it into public chat, source control, logs, or long-term agent memory.