Welcome to Julep

Julep is a platform that helps you build advanced AI agents capable of handling complex tasks, maintaining long-term memory, and integrating with various tools and services. Whether you’re building a sophisticated AI assistant, automating workflows, or creating intelligent systems, Julep provides the infrastructure you need.

Quick Overview

Getting Started

The fastest way to get started with Julep is to:

  1. Install the SDK for your preferred language:

    # Python
    pip install julep
    
    # Node.js
    npm install @julep/sdk
    
  2. Get your API key from the Julep Dashboard

  3. Create your first agent:

    from julep import Julep
    
    client = Julep(api_key="your_api_key")
    
    agent = client.agents.create(
        name="My First Agent",
        model="claude-3.5-sonnet",
        about="A helpful AI assistant"
    )
    

Next Steps

Need Help?