# Your first agent

After EDDI has started point your browser to this URL:

> Default URL: <http://localhost:7070/>

You should be seeing this on the page

<figure><img src="broken-reference" alt=""><figcaption><p>EDDI start screen without agents deployed</p></figcaption></figure>

Click on "Deploy Example Agent". This will deploy the Agent Father agent, to help you create your own agents utilizing ChatGPT.

<figure><img src="broken-reference" alt=""><figcaption><p>EDDI start screen with Agent Father agent deployed</p></figcaption></figure>

This agent walks you through the process of creating a new agent that talks to ChatGPT. In order to create that agent, you will need to get an API key from ChatGPT. This key can be obtained here:

> Get an OpenAI API key at [platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys)
>
> **Note:** In v6, Agent Father supports any of the 12 LLM providers (OpenAI, Anthropic, Gemini, Mistral, etc.). API keys are stored securely in the Secrets Vault.

As soon as you have your key, click on Open and the first conversation with the Agent Father will start.

<figure><img src="broken-reference" alt=""><figcaption><p>Agent Father conversation start</p></figcaption></figure>

Click on "Let's get started!" to start the process.

<figure><img src="broken-reference" alt=""><figcaption><p>Provide a name for the agent</p></figcaption></figure>

First you need to type the name of your agent.

<figure><img src="broken-reference" alt=""><figcaption><p>Define the purpose of the agent</p></figcaption></figure>

Next, you need to define the purpose of the agent.

<figure><img src="broken-reference" alt=""><figcaption><p>Introduction prompt</p></figcaption></figure>

Every agent needs an introduction to set the tone and the context of the agent for ChatGPT. This is the first prompt. This defines how ChatGPT is going to reply.

<figure><img src="broken-reference" alt=""><figcaption><p>Enter ChatGPT API Key</p></figcaption></figure>

Now, the Agent Father needs the ChatGPT API key. Please enter the key here without any leading or trailing blanks.

<figure><img src="broken-reference" alt=""><figcaption><p>Agent creation screen</p></figcaption></figure>

Everything is now set up. When clicking on "Create the agent!" the Agent Father will create a new agent and you can start talking to it.

<figure><img src="broken-reference" alt=""><figcaption><p>EDDI Dashboard with deployed first agent</p></figcaption></figure>

The new agent is deployed and by clicking on open, you can instantly talk to the agent.
