Add rich context to your agents in minutes with our simple API
# Install the SDK npm install @configure/sdk # Initialize Configure import { Configure } from '@configure/sdk'; const configure = new Configure({ apiKey: 'your-api-key' }); # Get user context const context = await configure.getContext(userId);
Understand the core building blocks of Configure
Core endpoints for building with Configure
All API requests require authentication using your API key
curl https://api.configure.dev/v1/pod \ -H "X-App-Key: your-api-key" \ -H "Authorization: Bearer user-token"
Learn how to build with Configure