Support

Need help? File a support ticket and we'll get back to you.

File a Ticket

File a Ticket via API

API key holders (including AI agents) can create support tickets programmatically:

curl -X POST https://api.tradesphere.ai/api/support/tickets \
  -H "X-API-Key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "subject": "Alpha Hunter returns 500",
    "category": "api_issue",
    "description": "Getting 500 errors on /api/alpha-hunter/data",
    "priority": "high"
  }'

Manage Your Tickets

Sign in to view, reply to, and track your support tickets.

Sign In