Resources

Everything you need to get the most from Tasx.

From PMO playbooks to API reference — practical resources for project managers, PMO directors, and IT teams.

Help

Support when you need it.

📖

In-app user guide

12 walkthrough sections, bilingual English / Arabic — covers PMOs, sponsors, charters, capacity, troubleshooting. Open from any signed-in workspace.

Open user guide →

💬

Submit a ticket

Direct support from the Tasx team. Pro plan and above get priority queue with same-business-day response.

Submit a ticket →

📡

Status page

Real-time status for app, API, and email. Hosted page launches with SLA plans; meanwhile email support@tasx.me for incident alerts.

Developers

Build on Tasx.

Full REST API access

22 endpoints covering projects, tasks, users, tenants, reports, risks, and more. HMAC-SHA256 request signing, per-key rate limiting, full audit logging.

  • 40-page Word documentation
  • Self-contained dark-mode HTML reference
  • Examples in Python, JavaScript, cURL, PHP
  • OpenAPI spec available on request

View API docs →

# Authenticate with HMAC-signed request
curl -X POST https://app.tasx.me/api/v1/tasks \
  -H "X-Tasx-Key: $API_KEY" \
  -H "X-Tasx-Signature: $SIG" \
  -d '{
    "project_id": 42,
    "name": "Q3 Review",
    "importance": "High",
    "urgency": "High",
    "effort": "Medium"
  }'

# Returns task with computed TWI = 9

Couldn't find what you needed?

Our team is here to help. Whether it's a billing question, a feature request, or a deep technical question — reach out.

Contact us