Skip to content

Enterprise

POST /v1/support/enterprise

Requires authentication.

  • 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
Terminal window
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"
}'
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).
{
"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"
}
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

For inquiries outside the API, reach out to: