Quick Start Guide
1
Install SDK
Choose the language and platform for your preferred development stack.
2
Set Up API
Generate and configure your account credentials for production use.
3
Test
Verify your setup with our interactive API console.
1 Install the SDK
npm install @engotss/core
The SDK is available on npm, PyPI, and other major package managers
2. Set Up API Access
JavaScript Example
import { EngotssClient } from 'engotss'
const client = new EngotssClient({
token: 'your-key-here'
})
Use your API key from your account dashboard
Need a Free API Key?
3 Try the Console
Use our interactive console to test API requests and see live responses
Coming Soon
Tip: Store credentials securely using environment variables or vault systems
Looking for help?
Need to discuss requirements or want to speak with an engineer?
Contact Our Team