poke-python
Installation
SKILL.md
Poke Python SDK — Map of Content
The official Python SDK on PyPI: pip install poke. Same surface as the Node SDK ([[../poke/SKILL]]) with Pythonic naming and finer-grained exceptions.
Setup
- [[references/install]] —
pip install poke; Python 3.8+; zero dependencies. - [[references/quickstart]] —
Poke(),send_message,create_webhook,send_webhookin 10 lines. - [[references/auth-and-config]] — credential resolution +
base_url.
Reliability
- [[references/exceptions]] —
PokeError,AuthenticationError,ForbiddenError,RateLimitError.
MCP server-side (Python only — Node SDK has no equivalent)
- [[references/mcp-callbacks]] —
with_callbacks,PokeCallbackMiddleware, callback context for streaming progress to Poke from your MCP tools.