Inceptiva· SDKv0.4.0
GETTING STARTED

Introduction

The official Inceptiva SDKs connect a backend to an agent published through Inceptiva Studio. They prepare and authenticate requests, map the public HTTP contract to idiomatic types, and support regular and streamed responses.

How it works

Each integration uses an AGENT_ID and a private INCEPTIVA_API_KEY created when you publish an API for products channel. A response includes a conversationId; pass it into the next request to preserve context.

Available capabilities

  • Retrieve public agent information and capabilities.
  • Create and continue conversations.
  • Stream responses over SSE.
  • Retrieve message history and public citations.
  • Delete a conversation.
  • Handle typed HTTP errors and cancellation.
  • Correlate operations with external references and prevent duplicates with idempotency keys.
  • Paginate history and inspect rate-limit, usage, and replay metadata.
Server-to-server onlyNever expose an API key in browser code, a mobile app, or a public repository.

Continue with Installation.