Long-lived ahp_ tokens for scripts, agents, and MCP clients.
Pass them as the Authorization: Bearer header on any service in the fleet.
β Copy this token now β it won't be shown again.
Loading tokensβ¦
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.