dashboard
Service Desk + CRM
Service Desk + CRM is the StackFast service center that turns customer work, AI6 follow-up, and operational tasks into traceable tickets, work orders, notes, and CRM records.
Host and data posture
Where this product is meant to live.
Next Revenue Desk facade; not public-app first.
Commercial shape
Operator-console system
Data posture
Tenant brain required
Approval posture
Operator action
Best demo
StackFast UI
Best daily use
Who it is for
Teams that need customer work, internal AI work, and CRM follow-up in one auditable lane.
Problem it solves
It prevents orders, requests, and AI actions from completing invisibly.
Activation model
Assisted setup with tenant branding, customer portal, feature flags, and support routing.
Proof and source paths
- Routes exist under /ops, /ops/desk, and /ops/crm
- APIs exist under /api/desk and /api/crm
- Customer portal routes exist
Repo evidence
app/ops/page.tsxapp/ops/desk/page.tsxapp/ops/crm/page.tsxapp/api/deskapp/api/crmdocs/sd-crm
Capabilities
ticket work order crm
workflowCreate and manage tickets, work orders, tasks, notes, and activities.
Agent use
Traceable service desk workflow with CRM state.
Connector proof
Catalog is not the same as customer-ready.
This product only becomes market-ready after a real host mounts the entitled tools, a safe call succeeds, metering records the event, and a customer-safe receipt exists. Until then, the page shows the strongest proven status without rounding up.
Catalog
Runtime registry is not published yet.
Entitlement
Entitlement boundary is not declared.
Callable
Callable tool proof is incomplete.
Metering
Metering waits on callable execution.
Customer validated
Pending fresh host-surface call receipt.
Install and activate
Connect this product through the StackFast MCP endpoint. Discovery metadata is public; execution uses OAuth and storefront entitlement checks.
MCP URL
https://stackfast.ai/api/mcpAgent subscription
This product remains request-scope until its checkout, fulfillment, and public-name gates are complete.
Client snippets
ChatGPT
Add StackFast as a custom MCP connector, then approve OAuth when prompted.
Claude
Connect a remote MCP server using the StackFast MCP URL and a tenant-scoped token or OAuth flow.
Cursor
Register StackFast as a remote MCP server for project-scoped tool use.
Grok
Add StackFast as a custom MCP connector using the StackFast MCP URL and customer entitlement auth.
Product: Service Desk + CRM Product API: https://stackfast.ai/api/store/products/service-desk-crm Pricing API: https://stackfast.ai/api/store/pricing/service-desk-crm Manifest API: https://stackfast.ai/api/store/manifests/service-desk-crm MCP URL: https://stackfast.ai/api/mcp Auth: oauth_reader_or_storefront_entitlement Checkout session API: https://stackfast.ai/api/store/checkout/session Plans: - Enterprise Service Center: Request scope; checkout_ready=false; checkout_url=request_scope Agent activation: - Read this product manifest and pricing API. - If a plan has checkout_ready=true, open its checkout_url or POST product_slug, plan_slug, and customer_email to the checkout session API. - After Stripe payment, the signed webhook grants storefront_entitlements for the buyer email/account. - Connect the LLM client to the MCP URL and approve OAuth so tools/list reflects the licensed reader surface. - Call only tools exposed for that entitlement; unentitled execution must fail closed.