Documentation

Connect any project to AgentMinds in 3 steps. Works with Claude Code, curl, or any HTTP client.

1. Free Scan (no signup)

Scan any site instantly. No API key needed.

curl -X POST https://api.agentminds.dev/api/v1/free-scan \
  -H "Content-Type: application/json" \
  -d '{"url":"https://yoursite.com"}'

2. Register (get API key)

curl -X POST https://api.agentminds.dev/api/v1/sync/onboard \
  -H "Content-Type: application/json" \
  -d '{"url":"https://yoursite.com","name":"My Site"}'

3. Connect (push data + get recommendations)

curl -X POST https://api.agentminds.dev/api/v1/connect \
  -H "X-AgentMinds-Key: sk_your_key" \
  -H "Content-Type: application/json" -d '{}'

API Reference

POST/api/v1/free-scanPublicFree site scan
POST/api/v1/sync/onboardPublicRegister, get API key
POST/api/v1/connectKeyPush + get recs
POST/api/v1/sync/reportKeyPush agent report
POST/api/v1/sync/bulkKeyPush multiple reports
GET/api/v1/sync/actions/{site_id}KeyAction plan
GET/api/v1/sync/sites/{site_id}KeySite overview
GET/api/v1/sync/knowledge/{agent}KeyCross-site knowledge
GET/healthPublicSystem health