Product & Features

Built for teams that ship.

trellis gives your team the tools to move fast without cutting corners. Clean APIs, sensible defaults, and a UI that stays out of your way.

API-first architecture.

Every feature is available through a well-documented REST API. Build integrations, automate workflows, and extend the platform on your terms.

  • OpenAPI Spec: Auto-generated client SDKs and documentation from a single source of truth.
  • Cursor Pagination: Efficient pagination for large datasets with stable cursors.
  • Consistent Responses: Predictable JSON response envelopes with proper error codes.

REST API Example

GET /tasks?status=pending&limit=10

{
  "data": [
    {
      "id": "tsk_1x9a",
      "title": "Review Q1 report",
      "status": "pending",
      "priority": "high",
      "due_at": "2026-03-20T00:00:00Z"
    }
  ],
  "pagination": {
    "next_cursor": "eyJpZCI6..."
  }
}

Webhook Events

// Receive real-time webhooks when
// resources change.

{
  "event": "task.updated",
  "data": {
    "id": "tsk_1x9a",
    "title": "Review Q1 report",
    "status": "completed",
    "completed_at": "2026-03-18T14:22:00Z"
  },
  "timestamp": "2026-03-18T14:22:00Z"
}

Event-driven by default.

Every mutation fires a structured webhook event. Build reactive automations that trigger instantly.

  • Real-time Notifications: Get notified the moment something changes, no polling required.
  • Workflow Automation: Connect to n8n, Zapier, or custom scripts to automate your processes.
  • Audit Trail: Every event is logged with full context for debugging and compliance.

Secure from the start.

Authentication, authorization, and data protection are built into the foundation — not bolted on as an afterthought.

  • SSO & MFA: Enterprise authentication powered by Clerk with support for social login, SSO, and multi-factor auth.
  • Role-Based Access: Fine-grained permissions with owner, admin, and member roles out of the box.
  • API Key Management: Scoped API keys for integrations and automation with easy rotation.

Built-in Security

  • Auth: Clerk-powered authentication with SSO, MFA, and social login support.
  • Encryption: Data encrypted at rest and in transit. TLS everywhere.
  • Organizations: Multi-tenant isolation ensures your data stays yours.
  • API Keys: Org-scoped keys for machine-to-machine access.

Team Features

  • Organizations: Create workspaces for your team with shared resources and billing.
  • Roles: Owner, admin, and member roles with granular permissions.
  • Invitations: Invite team members via email with automatic onboarding.
  • Activity Log: See who did what and when across your organization.

Built for teams.

From solo founders to growing teams, the collaboration features scale with you. No per-feature gating or artificial limits.

  • Multi-Org Support: Switch between organizations seamlessly from one account.
  • Shared Workspace: Collaborate on tasks and projects with real-time visibility.
  • Team Settings: Centralized configuration for notifications, integrations, and preferences.