Inceptiva· SDKv0.4.0
GETTING STARTED

Installation

Install the official SDK for your runtime:

shell
npm install @inceptiva/sdk@0.4.0
pip install inceptiva==0.4.0
dotnet add package Inceptiva --version 0.4.0

Choose the package for your backend runtime.

shell
npm install @inceptiva/sdk
pip install inceptiva
dotnet add package Inceptiva

TypeScript requires Node.js 18+, Python requires 3.10+, and the .NET package targets .NET 8+.

Environment variables

dotenv
INCEPTIVA_API_BASE_URL=https://api.inceptiva.com
INCEPTIVA_AGENT_ID=00000000-0000-0000-0000-000000000000
INCEPTIVA_API_KEY=inc_live_xxxxxxxxxxxxxxxxxxxxxxxx

INCEPTIVA_API_BASE_URL is optional because the SDKs default to the public production API. Never commit real .env files; use your platform's secret store in production.

Next, publish your agent's API channel.