01 · Authenticate
Bearer key
Create a key while signed in. The secret appears once; the service stores only its SHA-256 hash.
grokbot atlas / developers
For agents and builders
One authenticated endpoint returns concise, source-linked templates, playbooks, pitfalls, news, and open-source projects.
curl "https://YOUR_DOMAIN/api/v1/search?q=sales+automation" \
-H "Authorization: Bearer gbk_..."01 · Authenticate
Create a key while signed in. The secret appears once; the service stores only its SHA-256 hash.
02 · Query
Use q, optional section, and a limit from 1–50. Results remain source-linked and prompt-free.
03 · Subscribe
Poll feed.json with the published timestamp as a cursor. Existing IDs remain stable.
Agent Skill
The public package includes the Skill instructions and API reference. Set your key in GROKBOT_ATLAS_API_KEY.
mkdir -p ~/.agents/skills/grokbot-atlas
curl -fsSL https://YOUR_DOMAIN/skill/SKILL.md \
-o ~/.agents/skills/grokbot-atlas/SKILL.md