Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentweb.pro/llms.txt

Use this file to discover all available pages before exploring further.

Emma’s tools are available through MCP (Model Context Protocol). Any MCP-compatible client can connect to them. Three setups are documented below — pick the one that matches where you already work.

Before you begin

Sign up for an AgentWeb account at start.agentweb.pro if you don’t have one. For Claude Code and OpenClaw, generate an API key:
  1. Open app.agentweb.pro.
  2. Go to Settings → API Keys.
  3. Click Generate.
API keys start with aw_. Keep them secret. The Claude.ai connector uses OAuth and does not require an API key.
1

Add Emma as a connector

2

Use Emma in any chat

Open a conversation in your connected client. Emma’s tools are available automatically. Try:
  • “Emma, what’s in my brand guidelines?”
  • “Pull my latest Meta campaign performance and tell me what to cut.”
  • “Draft three LinkedIn posts in my founder voice about [topic].”
  • “Search my CRM for leads who haven’t replied in two weeks.”

Verify the connection

Paste this prompt into any session with Emma to confirm tools are wired up correctly:

Verify Emma is connected

If Emma returns brand details or names the right tool, the connection is working.

Troubleshooting

  • Make sure you’re signed in to AgentWeb in the same browser. OAuth requires an active session cookie.
  • If you have multiple AgentWeb accounts, sign out and sign in with the account you want connected.
  • If the redirect doesn’t complete, try an incognito window or disable browser extensions.
  • Confirm the endpoint URL is https://api.agentweb.pro/mcp with no trailing slash.
  • Test the key by calling the endpoint with curl and the same authorization header. A 200 response confirms the key works.
  • Some corporate networks block Streamable HTTP. Try a different network to rule this out.
  1. Run claude mcp list to confirm the server is registered.
  2. If missing, run claude mcp remove emma and the add command again.
  3. Restart Claude Code. MCP servers load when a session starts.
  • Open https://api.agentweb.pro/skill.md in a browser to confirm it returns markdown.
  • Confirm the API key in OpenClaw matches the one in the portal. Whitespace counts.
  • “Unknown tool” errors usually mean a stale skill file. Reload it.
  1. Go to Settings → API Keys in the portal.
  2. Click Revoke on the compromised key.
  3. Click Generate to create a new key.
  4. Update Claude Code (claude mcp remove emma, then add again) or OpenClaw with the new key.
The revoked key stops working immediately.

Next steps