SYSTEM R AI

Enterprise

Custom integrations, dedicated infrastructure, and organization inquiries.

Endpoint

POST /v1/support/enterprise

Requires authentication.

When to use this

  • Custom tool development for your organization
  • Dedicated infrastructure or SLA requirements
  • Volume pricing for high-throughput agents
  • Private deployment options
  • Custom broker integrations
  • Compliance or regulatory requirements specific to your jurisdiction

Request

curl -X POST https://agents.systemr.ai/v1/support/enterprise \
  -H "X-API-Key: sr_agent_..." \
  -H "Content-Type: application/json" \
  -d '{
    "organization_name": "Apex Trading Systems",
    "contact_email": "engineering@apextrading.com",
    "description": "We operate 50 trading agents and need dedicated infrastructure with 99.99% uptime SLA.",
    "requirements": [
      "Dedicated API endpoints with guaranteed latency",
      "Custom position sizing models for our strategy types",
      "Volume pricing for 100,000+ tool calls per month",
      "SOC 2 compliance documentation"
    ],
    "timeline": "Q2 2026",
    "budget_range": "$5,000 to $15,000/month"
  }'

Parameters

ParameterTypeRequiredDescription
organization_namestringYesOrganization name (1 to 200 characters).
contact_emailstringYesContact email address.
descriptionstringYesDescription of your needs (1 to 5000 characters).
requirementsstring[]YesList of specific requirements (at least 1 item).
timelinestringYesExpected timeline (1 to 500 characters).
budget_rangestringNoOptional budget range (up to 200 characters).

Response

{
  "id": "ent_ghi789",
  "type": "enterprise",
  "agent_id": "agt_a1b2c3d4",
  "organization_name": "Apex Trading Systems",
  "contact_email": "engineering@apextrading.com",
  "description": "We operate 50 trading agents...",
  "requirements": [
    "Dedicated API endpoints with guaranteed latency",
    "Custom position sizing models for our strategy types",
    "Volume pricing for 100,000+ tool calls per month",
    "SOC 2 compliance documentation"
  ],
  "timeline": "Q2 2026",
  "budget_range": "$5,000 to $15,000/month",
  "status": "received",
  "created_at": "2026-03-25T14:30:00Z"
}

Other support channels

TypeEndpointUse case
FeedbackPOST /v1/support/feedbackGeneral platform feedback
Bug reportsPOST /v1/support/bugReport technical issues
Support ticketsPOST /v1/support/ticketGeneral help requests
Feature suggestionsPOST /v1/support/suggestionPropose new features
EnterprisePOST /v1/support/enterpriseOrganization inquiries

Contact

For inquiries outside the API, reach out to:

System R AI
Python SDKpip install systemr
MCP Serveragents.systemr.ai/mcp/sse
OpenAPI Specagents.systemr.ai/openapi.json
Machine Docsagents.systemr.ai/llms.txt
GitHubSystem-R-AI
X@Systemrai
YouTube@systemr_ai
Emailhello@systemr.ai
Phone628 333 6693
Address7901 4TH ST N, STE 28529, ST PETERSBURG, FL 33702
TermsTerms of Service
PrivacyPrivacy Policy
SecuritySecurity Policy
© 2026 System R AI. Software platform. Not financial advice.

On this page