> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Use - API

> Guide to using Lyzr's powerful REST API for building and managing AI agents.

### Lyzr Agent API

The **Lyzr Agent API** is a modular and universal agent framework designed to streamline the creation and deployment of LLM-based agents. It allows developers to configure their agents with essential attributes such as system prompts, agent names, and personas, ensuring a customized and powerful AI experience.

### API Server

Base URL for API requests:

```
https://agent-prod.studio.lyzr.ai/
```

## Getting Started

To begin using the Lyzr Agent API, follow these steps:

### 1. Create an Account

* Visit [**studio.lyzr.ai**](https://studio.lyzr.ai) and sign up for an account.
* Complete the onboarding process to gain access to Lyzr Studio.

### 2. Obtain Your API Key

* Once logged into **Lyzr Studio**, navigate to the **sidebar** on the top left corner.
* Click on your **organization name** to open a dropdown menu.
* Select **Account & API Key** from the options.
* Copy your **API Key**, which will be required for authentication in API requests.

### 3. Start Building

With your API key in hand, you can start making authenticated requests to the Lyzr Agent API and build intelligent, LLM-powered agents efficiently.\
\
Refer to [API documentation](https://docs.lyzr.ai/agent-apis/agents/Introduction) for more information.

***
