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.
Guides, templates, and case studies.
Project templates
19 ready-to-use templates across 7 categories — Website Redesign, CRM Implementation, SDLC, Construction, Recruitment, and more. Browse them inside any Tasx workspace.
Open in Tasx →
PMO playbooks
Step-by-step guides for standing up a PMO, running portfolio reviews, building risk registers, and PMBOK-aligned intake. Coming soon — contact us for early access.
Request early access →
Case studies
How Gulf-region organizations use Tasx to govern portfolios, track risk, and report to executives. First case studies publish later this year.
Talk to us →
Blog
Articles on project governance, PMO best practices, the Gulf SaaS market, and Tasx product updates. Launching soon.
Get notified →
Webinars
Live walkthroughs and recorded sessions on TWI prioritization, risk heatmaps, and capacity planning. Book a live demo with our team in the meantime.
Book a demo →
Feature breakdown
Full transparency on what's shipped, what's unique, and what's on the roadmap — see the feature catalog with badges for each capability.
View catalog →
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.
Submit a ticket
Direct support from the Tasx team. Pro plan and above get priority queue with same-business-day response.
Status page
Real-time status for app, API, and email. Hosted page launches with SLA plans; meanwhile email support@tasx.me for incident alerts.
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
# 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