Inceptiva SDKs
All official SDKs share the same public contract and expose idiomatic names for their language.
| Language | Package | Reference |
|---|---|---|
| TypeScript / Node.js | @inceptiva/sdk 0.4.0 | Open SDK |
| Python | inceptiva 0.4.0 | Open SDK |
| .NET | Inceptiva 0.4.0 | Open SDK |
Every integration needs the public API base URL, an agent's public identifier, a private API key, and a message. Conversation identifiers are optional and preserve context.
Keep API keys in backend services, private workers, or serverless functions—not in browser or distributed application code.
· SDKv0.4.0