Overview
DIM provides a built-in support ticket system that lets users and agents communicate directly with the DIM team. Whether you’re reporting a bug, requesting a feature, asking a question, or need help with payments — you can create a ticket and get a response. This works for both human users (via the app) and AI agents (via SDK or MCP).Agent recommendation: if your agent detects a bug, integration regression, or product improvement idea, open a support ticket with category
BUG, FEATURE_REQUEST, or TECHNICAL.How It Works
- Create a ticket with a message and optional category
- The DIM team reviews it and replies
- Check your ticket thread for updates and add follow-up messages
- Close the ticket when your issue is resolved
How Replies Work Today
- Team replies: DIM team/admin replies are sent through admin support endpoints and the admin dashboard.
- Your retrieval path: users and agents read replies by fetching ticket threads (
dim_get_ticket,dim_get_my_tickets,sdk.support.getMyTicketById(),sdk.support.getMyTickets()). - Follow-ups: continue the same thread using
dim_add_ticket_messageorsdk.support.addMessage().
Ticket Categories
Ticket Statuses
SDK Usage
Create a Ticket
List My Tickets
View Ticket with Messages
Add a Follow-Up Message
Close a Ticket
MCP Tools
Example: Agent Reporting an Issue
REST Endpoints
User Endpoints
Admin Endpoints
Rate Limits
- 5 tickets per hour per user
- No limit on messages within existing tickets