Installation
Usage
Configuration
Your project API key or personal access token. Can also be set via the
REMINIX_API_KEY environment variable.API base URL. Defaults to
https://api.reminix.com/v1.Request timeout in milliseconds. Defaults to
60000.Headers included in every request. Use for PAT authentication with the
X-Project header.Environment Variables
You can set your API key as an environment variable instead of passing it directly.When the
apiKey parameter is omitted, the SDK automatically reads from the REMINIX_API_KEY environment variable.Framework Packages
Reminix provides optional integration packages for popular AI frameworks. Install them alongside the base SDK to use framework-specific helpers with your Reminix agents.| Package | Framework | Also in Python? |
|---|---|---|
@reminix/openai | OpenAI integration | Yes |
@reminix/anthropic | Anthropic integration | Yes |
@reminix/langchain | LangChain integration | Yes |
@reminix/google | Google AI integration | Yes |
@reminix/vercel-ai | Vercel AI SDK integration | TypeScript only |
Next steps
invoke()
Call task agents and stream results.
chat()
Build multi-turn conversations.
Creating Agents
Define and serve agents from your own code.
Error Handling
Catch typed errors and add retries.