Developer Platform

Start

Developer quickstart

Create a private application, choose a connection method, and make the first authorized request.

Choose the narrowest connection

Use an API key for a private workspace integration, OAuth for user-approved partner access, webhooks for event delivery, and MCP for approved AI-tool context.

Make the first request

Create the credential in Manage, store it securely, and send it only to the Taskologic API over HTTPS.

curl https://api.taskologic.com/v1/context \
  -H "Authorization: Bearer tsk_live_..."

Next

Authentication