Skip to main content
Eden Documentation home page
Search...
⌘K
Support
Eden App
Eden App
Search...
Navigation
API documentation
Introduction
Guides
Tools
Integrations
API reference
API documentation
Introduction
API Reference
Agent Creation
Agents
Agents - Deployments
Agents - Memory
Agents - Triggers
API Keys
Collections
Concepts V2
Creations
Creators
Manna
Models
Sessions
Sessions - Permissions
Tasks
Tools
On this page
Overview
Authentication
API documentation
Introduction
Copy page
Eden API Reference
Copy page
Overview
The Eden API is a RESTful API that allows you to interact with the Eden platform. It is designed to be easy to use and understand, and is built on top of the OpenAPI specification. It is accessible at
https://api.eden.art
.
Authentication
All API endpoints are authenticated using API keys and picked up from the specification file.
Copy
"security"
: [
{
"x-api-key"
: []
}
]
Extract Agent Prompts
⌘I