Projekt Developers
Projekt REST API · v1

Build on top of Projekt.

The Projekt REST API gives Claude, Codex, and your own scripts programmatic access to projects, issues, time tracking, invoicing, and CRM data — gated by a single organization-scoped API key. The same endpoints power the web app, the iOS app, and the Android app, so everything you see in the UI you can drive over HTTPS.

Design principles#

Base URL#

https://projekt.3xa.es/api

Every endpoint in this wiki is relative to that base URL. For example, /projects means https://projekt.3xa.es/api/projects.

Your first request#

curl https://projekt.3xa.es/api/me \
  -H "Authorization: Bearer pjk_live_..."

If the token is valid, you get back the authenticated user. From there, head to the Quickstart for a guided tour, or jump straight into the API reference.

i
Built for AI agents

The wiki is mirrored at /llms.txt (index) and /llms-full.txt (full text). Hand either of those to Claude or Codex and they will know how to use the API without scraping HTML.