RAPS CLI
The Professional Command-Line Tool for Autodesk Platform Services
Stop fighting with OAuth, token management, and API complexity. RAPS handles the hard parts so you can focus on building.
$ npm install -g @rapscli/cli
$ raps auth login
$ raps oss upload model.rvt --translate
Why Developers Choose RAPS
We solve the universal pain points that plague CAD/PLM developers everywhere
Authentication Simplified
Handle 2-legged, 3-legged, and PKCE OAuth flows with a single command. Automatic token refresh, secure storage, and zero manual configuration.
File Translation Made Easy
Upload, translate, and monitor progress with intelligent retry logic. No more polling loops or timeout failures.
Version Stability
One CLI works across all APS versions. No annual rebuilds, no breaking changes, just consistent reliability.
Complete Documentation
Comprehensive guides, real examples, and clear error messages. Everything you need, nothing you don't.
Enterprise Ready
SSO support, team profiles, audit logging, and CI/CD integration. Built for professional development teams.
AI Integration
MCP server for Claude, Copilot, and Cursor. Let AI handle the repetitive APS tasks.
The Industry-Wide Problem We Solve
Our research across Autodesk, PTC, Dassault, and Siemens platforms reveals that authentication complexity, file translation failures, and SDK version conflicts are universal problems costing the industry $600M+ annually.
Read the ResearchPowerful Yet Simple
Authentication in One Line
# 3-legged OAuth with PKCE
$ raps auth login --pkce
# 2-legged for automation
$ raps auth client-credentials
# Token automatically refreshed
$ raps config show token
File Operations Simplified
# Upload and translate
$ raps oss upload model.rvt \
--bucket my-bucket \
--translate svf2
# Monitor progress
$ raps derivative status $URN \
--watch --notify
Get Started in 60 Seconds
1. Install RAPS
npm install -g @rapscli/cli 2. Configure Authentication
raps auth login 3. Start Using APS APIs
raps oss ls --bucket my-bucket Join Thousands of Developers Using RAPS
Stop wasting time on authentication, token management, and API complexity. Let RAPS handle the infrastructure so you can ship features faster.