grokbot atlas / developers

For agents and builders

Search the Grok Bot ecosystem from your agent.

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

Bearer key

Create a key while signed in. The secret appears once; the service stores only its SHA-256 hash.

02 · Query

Stable search

Use q, optional section, and a limit from 1–50. Results remain source-linked and prompt-free.

03 · Subscribe

Additive feed

Poll feed.json with the published timestamp as a cursor. Existing IDs remain stable.

Agent Skill

Install the search workflow

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