Documentation
Developer & Product Docs
Technical documentation for MuArLab products, APIs, integrations, and platform access. Full API credentials are provided after onboarding.
Product Overviews
High-level documentation for MuArLab software products and platforms.
TaskFlow AI
Productivity platform with AI-assisted task management, team workspaces, and workflow automation.
Learn moreInvoice AI
Document automation for invoicing, billing workflows, and financial organization.
Learn moreAPI Documentation
REST API reference for integrating with MuArLab products and services.
Base URL
All MuArLab API requests are made to your assigned environment endpoint, provided after onboarding.
Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Common Endpoints
GET /api/v1/health — Service health check
GET /api/v1/resources — List resources
POST /api/v1/resources — Create a resource
GET /api/v1/resources/:id — Retrieve a resource
PATCH /api/v1/resources/:id — Update a resource
DELETE /api/v1/resources/:id — Delete a resource
Rate Limits
API rate limits are configured per account based on your plan and usage agreement.
Errors
MuArLab APIs return standard HTTP status codes with a JSON error body:
{
"error": {
"code": "invalid_request",
"message": "A human-readable description of the error."
}
}Integration Guides
Step-by-step guides for connecting MuArLab products to your existing systems.
Connecting to your backend
Use our REST API to sync data between MuArLab products and your internal systems.
Mobile app integration
Embed MuArLab modules into Flutter, React Native, or native iOS and Android applications.
Third-party tool connections
Integrate with CRMs, payment processors, and productivity tools through custom connectors.
Authentication Setup
Configure secure access to MuArLab APIs and platform services.
API Keys
1. Contact sales to provision your MuArLab account.
2. Receive your API key and environment endpoint after onboarding.
3. Store your API key securely — never expose it in client-side code.
Bearer Token Authentication
curl -X GET "https://your-env.muarlab.com/api/v1/resources" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Environment Separation
MuArLab provides separate credentials for development and production environments. Use development credentials for testing and production credentials only when live.
Key Rotation
Contact support to rotate compromised or expired API keys. We recommend rotating keys periodically as a security best practice.Webhook Examples
Receive real-time event notifications from MuArLab products.
Webhook Configuration
Register your webhook endpoint during onboarding or through your account settings.
Example Payload
{
"id": "evt_01H8X2K9M3N4P5Q6R7S8T9U0V",
"type": "order.created",
"created_at": "2026-07-10T14:30:00Z",
"data": {
"order_id": "ord_12345",
"status": "pending",
"customer_id": "cus_67890"
}
}
Verifying Webhooks
MuArLab signs webhook payloads. Verify the signature using your webhook secret before processing events.
Responding to Webhooks
Return a 200 status code within 10 seconds to acknowledge receipt. Failed deliveries are retried with exponential backoff.Support Documentation
Get help with MuArLab products, APIs, and integrations.
Contact Support
Reach our team at contact@muarlab.com for technical assistance and account questions.
Learn moreSales & Custom Offers
Discuss licensing, deployment, and custom integration requirements with our sales team.
Learn more