StudioMeyer API v1.0

Quick Start

# List all available tools
curl https://api.studiomeyer.io/v1/tools

# Execute a tool (requires API key)
curl -X POST https://api.studiomeyer.io/v1/tools/ai-crm/crm_list_companies \
  -H "Authorization: Bearer sm_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"query": "tech startups", "limit": 10}'