Skip to main content

Installation

The Julep Node.js SDK can be installed using npm, yarn, or bun:

Configuration

After installation, you’ll need to configure the SDK with your API key:

Environment Variables

We recommend using environment variables to manage your API key securely:
Example .env file:

TypeScript Support

The SDK is written in TypeScript and includes type definitions out of the box. No additional installation is required for TypeScript support.

Verification

To verify your installation and configuration, you can run a simple test:

Next Steps

Agents

Learn how to create and manage AI agents

Tasks

Create and execute tasks with your agents

Sessions

Manage conversational sessions

Tools Integration

Add capabilities to your agents