@nventr.ai/sdk
v0.1.5
Published
nventr SDK — auto-generated JavaScript client for the nventr REST API
Readme
@nventr.ai/sdk
Official JavaScript/TypeScript SDK for the nVentr platform API.
Installation
npm install @nventr.ai/sdkQuick Start
const { NventrSDK } = require("@nventr.ai/sdk");
const sdk = new NventrSDK({
key: "YOUR_API_KEY",
secretKey: "YOUR_SECRET_KEY",
});
// Authentication is handled automatically
const agents = await sdk.agents.listAgents();Configuration
| Option | Description |
| --- | --- |
| key | Your API key |
| secretKey | Your secret key |
| apiUrl | API base URL (default: https://app.nventr.ai/api) |
Modules
| Module | Description |
| --- | --- |
| sdk.agents | Manage agents, pipelines, datasets, and resources |
| sdk.nqube | nQube instances, logs, and snapshots |
| sdk.organization | Workspaces, projects, API keys, and members |
| sdk.admin | Administration and user management |
| sdk.billing | Subscriptions and billing |
| sdk.compute | Workload execution and management |
Documentation
For the complete API reference including all endpoints, parameters, and response formats, see the full API documentation.
License
ISC
