Documentation Index
Fetch the complete documentation index at: https://mintlify.com/everruns/everruns/llms.txt
Use this file to discover all available pages before exploring further.
Install the SDK
The Everruns TypeScript SDK provides a type-safe interface to interact with the Everruns API.Requirements
- Node.js 16 or higher
- TypeScript 4.5 or higher (optional, but recommended)
Initialize the client
Create a client instance with your Everruns server URL:Configuration options
| Option | Type | Required | Description |
|---|---|---|---|
baseUrl | string | Yes | Everruns server URL |
apiKey | string | No | API key for authentication (if enabled) |
timeout | number | No | Request timeout in milliseconds (default: 60000) |
With authentication
If your Everruns server requires authentication, provide an API key:Verify connection
Test your connection with a health check:Next steps
Quickstart
Build your first agent application in minutes
Working with Agents
Create and manage AI agents