Documentation Index
Fetch the complete documentation index at: https://docs.snorbe.deskrex.ai/llms.txt
Use this file to discover all available pages before exploring further.
Agent Skill
We publish an Agent Skill that lets Claude Code, Cursor, Codex, Google Antigravity, and any other Agent Skills–compatible agent call the Snorbe API directly. The skill ships as aSKILL.md-compliant package, so every supported client can load it as-is.
Installation
~/.claude/skills/snorbe-api/. Restart your agent (Claude Code, Cursor, Codex, Google Antigravity, etc.) and the skill is auto-detected.
What’s in the skill
snorbe-api
A skill for calling the Snorbe REST API, documented from these angles:
| File | Contents |
|---|---|
SKILL.md | Authentication, base URL, capability summary, endpoint quick reference |
capabilities.md | 22 tools the agent can invoke, HITL artifacts, available models |
prompting.md | How to write effective inputText and steer tool selection |
runtime-gotchas.md | SSE reception, timeouts, buffering, and other implementation pitfalls |
recipes/ | Task-oriented workflows (basic research, patent claim batch extraction, graph exploration, etc.) |
reference/ | Detailed API endpoint reference |
Authentication
After installing, set your API key as an environment variable:Usage
Just ask your agent (Claude Code, Cursor, Codex, Google Antigravity, etc.) in natural language, and the skill takes over the API calls:Update and uninstall
Source code
The skill source is public on GitHub. File issues or PRs:deskrexai/snorbe
Snorbe Agent Skills repository