Developer portal

Build with ProductivityApps

Use this page when an agent or integration needs a clear way to discover ProductivityApps, request production access, or verify an HTTP client safely.

Production API access

Production product APIs are not public yet. API keys are request-only and issued after an integration review.

For an approved integration, send the issued key as:

Authorization: Bearer <API_KEY>

Request access at [email protected] with the product, intended actions, and calling service.

Quickstart

  1. Read llms.txt and agent-info.json to identify the best-fit product.
  2. Use the canonical product URL from the sitemap.
  3. Request Markdown for supported pages when extracting content:
curl -H "Accept: text/markdown" \
  https://productivityappsforwindows.com/

Sandbox

The echo sandbox is stateless, requires no account, and never reads product or account data. Send JSON with POST and it returns the same value.

curl -X POST \
  -H "Content-Type: application/json" \
  -d '{"hello":"agent"}' \
  https://productivityappsforwindows.com/developers/sandbox/echo

Useful links