Developer
SDKs
Official client libraries for Inserloft's APIs.
Inserloft publishes official SDKs to make it easier to call the APIs without hand-writing HTTP requests.
npm install @inserloft/sdk
import Inserloft from '@inserloft/sdk'
const client = new Inserloft({ apiKey: process.env.INSERLOFT_API_KEY })
const response = await client.responses.create({
model: 'kyro-3',
input: 'Summarize the Inserloft ecosystem in two sentences.',
})
SDKs are published and versioned through OpenGit, and track the same endpoints documented under APIs.