Β§ Dashboard

πŸ”‘ API Tokens

Long-lived ahp_ tokens for scripts, agents, and MCP clients. Pass them as the Authorization: Bearer header on any service in the fleet.

Your tokens

Loading tokens…

πŸ›  Usage

Same token, every service. Email-based storage partition means your data follows your account across the fleet.

# πŸ•· grub β€” crawl a page
curl -H "Authorization: Bearer ahp_yourtoken" \
  https://grub.nuts.services/api/markdown \
  -d '{"url": "https://example.com"}'

# πŸ”ͺ shivvr β€” semantic search
curl -H "Authorization: Bearer ahp_yourtoken" \
  https://shivvr.nuts.services/sessions/my-session/search?q=hello

# πŸ”Œ Claude Code MCP β€” point grub at your editor
claude mcp add grubcrawler https://grub.nuts.services/mcp/ \
  --transport http \
  --header "Authorization: Bearer ahp_yourtoken"

Full auth flows in the auth docs.