Getting Started
This guide will help you set up and start using the Julep API.
Prerequisites
A Julep API key
Basic understanding of RESTful APIs
Familiarity with JSON and curl (or any HTTP client)
Initial Setup
Obtain your API key from the Julep dashboard.
Set up your environment to include the API key in all requests:
Test your setup with a simple API call:
If successful, you should receive a list of agents (or an empty list if you haven't created any yet).
Next Steps
Create your first agent using the Creating Your First Agent tutorial.
Explore the API Reference to learn about available endpoints.
Check out the How-to Guides for specific tasks and use cases.
Last updated