Build on ProductLog — API, AI agents, and webhooks.
Drive every module programmatically over a documented REST API, point Claude Desktop or your IDE agent straight at your data over the Model Context Protocol, and stream HMAC-signed events to your own pipeline. No glue code.
A REST API, with keys you can trust.
Read and write changelog, feedback, roadmap, and survey data over a documented HTTP API — authenticated with org-scoped keys.
Org-scoped API keys Pro
Generate a key in the dashboard and call ProductLog over HTTPS. Keys are tied to your organization, so a token only ever sees your own projects.
- Keys carry a
plk_prefix and authenticate with a standard Bearer token - Shown once, hashed at rest — we store only a peppered hash, never the raw key
- Optional expiry and one-click revoke — kill a key the moment it leaks
- See each key's prefix and a last-used timestamp at a glance
Point Claude Desktop or your IDE agent at ProductLog Pro
ProductLog ships a Model Context Protocol server at POST /api/v1/mcp that
speaks JSON-RPC 2.0. Connect any MCP client — Claude Desktop, an IDE agent — with the same
plk_ Bearer key, and your agent can read and create across your boards. No glue code, no SDK.
- 7 tools for feedback, changelog, roadmap, and surveys — list, read, and create
- Org-scoped by construction — every tool resolves against your organization, so an agent can never reach another tenant
- Changelog creates are drafts — an agent can seed an entry, but a human always reviews and publishes it
- Standard JSON-RPC:
initialize,tools/list,tools/call
HMAC-signed webhooks Business
Subscribe a URL to the events you care about and ProductLog POSTs a signed payload the moment
they fire. Verify the X-ProductLog-Signature-256 header against your
shared secret, inspect every attempt in the delivery log, and fire a test ping whenever you wire up a new endpoint.
- HMAC-SHA256 signatures — each delivery carries an
X-ProductLog-Signature-256header so you can verify it's really us - 8 events across changelog, feedback, surveys, and roadmap — subscribe to all, or just the ones you need
- Delivery log — every attempt with its HTTP status and duration, so failures are never a mystery
- Test ping — send a sample delivery to confirm your endpoint before you ship
- changelog.published
- feedback.created
- feedback.status_changed
- feedback.comment_created
- feedback.post_voted
- survey.response_received
- roadmap.item_status_changed
- roadmap.item_shipped
Secure by construction.
Keys hashed at rest
We store only a peppered hash of every API key. The raw value is shown once at creation and never again.
Integration secrets encrypted
Stored integration credentials are encrypted at rest with libsodium, and every outbound call is SSRF-guarded.
Org-scoped, always
API keys and MCP tools resolve only within your organization — a token can never reach another tenant's data.
Wire ProductLog into the tools you already build with.
Spin up a workspace, generate a key, and you're calling the API in minutes. Free forever. API, MCP, and integrations start on Pro at $39/month; webhooks on Business.