Developer Preview
Everything you need to integrate the ROS.
This is the Trussi Intelligence developer preview — the architecture, endpoints, and integration patterns we're building. Design partner access is available now.
Get started
Up and running in minutes
Request design partner access
Submit an access request. Our team will reach out to discuss your integration use case and provision credentials for design partners.
Authenticate your first call
Pass your API key in the Authorization header. All endpoints use HTTPS. OAuth 2.0 is available for production deployments.
Hit the sandbox
Design partners receive access to a sandbox environment with synthetic CRM data. Test the intelligence endpoints before connecting production data.
Go live
Swap your sandbox base URL for the production endpoint and deploy. Our team works closely with design partners through the initial integration.
Score a pipeline opportunity in under 10 lines of code.
# Authenticate and score a dealcurl -X POST https://api.trussiintelligence.com/v1/pipeline/score \-H 'Authorization: Bearer YOUR_API_KEY' \-H 'Content-Type: application/json' \-d '{"opportunity_id": "opp_abc123","stage": "Proposal","amount": 85000,"days_in_stage": 12,"last_activity_days": 3}'
{"opportunity_id": "opp_abc123","score": 74,"health": "healthy","close_probability": 0.68,"risk_flags": [],"recommended_action": "Schedule executive sponsor call"}
Authentication
All API requests require authentication. Two methods are supported depending on your deployment context.
Sandbox environment
Design partner accounts include access to a sandbox environment pre-loaded with synthetic CRM data for integration testing.
Error handling
All errors return a consistent JSON envelope with a machine-readable code and a human-readable message.
Production deployment checklist
Before going live, verify each item in this checklist with your engineering and RevOps teams.
SDKs & libraries
Official client libraries
pip install trussi-intelligencenpm install @trussi/intelligencego get github.com/trussi/intelligence-goResources
More ways to get help
API Reference
Full endpoint reference with request/response schemas, parameter descriptions, and example payloads for every ROS API.
Postman Collection
A Postman collection for interactive endpoint exploration is planned for design partner release. Contact us to request early access.
OpenAPI Spec
An OpenAPI 3.1 specification for client code generation and API gateway integration is in development for design partners.
Integration guides
Step-by-step guides for connecting the ROS APIs to Salesforce, HubSpot, Outreach, Salesloft, Snowflake, and Databricks.
Changelog
Every API version update, new endpoint, deprecation notice, and breaking change — documented and dated.
Developer support
Design partners receive direct engineering support. Contact us to discuss your integration and get dedicated technical assistance.
Ready to start building?
Request design partner access and work directly with our team to integrate the Revenue Operating System.