Enterprise
Endpoint
Section titled “Endpoint”POST /v1/support/enterpriseRequires authentication.
When to use this
Section titled “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
Section titled “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
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
organization_name | string | Yes | Organization name (1 to 200 characters). |
contact_email | string | Yes | Contact email address. |
description | string | Yes | Description of your needs (1 to 5000 characters). |
requirements | string[] | Yes | List of specific requirements (at least 1 item). |
timeline | string | Yes | Expected timeline (1 to 500 characters). |
budget_range | string | No | Optional budget range (up to 200 characters). |
Response
Section titled “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
Section titled “Other support channels”| Type | Endpoint | Use case |
|---|---|---|
| Feedback | POST /v1/support/feedback | General platform feedback |
| Bug reports | POST /v1/support/bug | Report technical issues |
| Support tickets | POST /v1/support/ticket | General help requests |
| Feature suggestions | POST /v1/support/suggestion | Propose new features |
| Enterprise | POST /v1/support/enterprise | Organization inquiries |
Contact
Section titled “Contact”For inquiries outside the API, reach out to:
- Email: ashim@systemr.ai
- X: @OsrProtocol