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

# Getting Started

> Set up your initial environment in Devic: select your model provider, authenticate, and explore the main areas of the platform.

## 1. Select your model provider

When you log in to Devic, the first step is to choose the **model provider** that will run your agents and assistants.

In the top bar, you’ll find the model selector, with support for the following providers:

* **OpenAI**
* **DeepSeek**
* **Anthropic**
* **XAi**
* **Kimi-K2**

<Card title="Provider configuration" icon="gear" horizontal>
  Click the settings icon next to the provider name to authenticate using your API key.
</Card>

### Provider authentication

Before creating or running agents, you must authenticate your account using the **API Key of the selected model**.\
This step is mandatory: the platform will not allow you to proceed until authentication is completed successfully.

In the configuration window, enter:

* **Project Name:** an identifier for your project or environment.
* **Project API Key:** the API key issued by the model provider.

<img src="https://mintcdn.com/devic/pf-6JGx0uItgnTiS/APIKeymodel.png?fit=max&auto=format&n=pf-6JGx0uItgnTiS&q=85&s=79dacf592ac072adfc97c7c6e176d8c5" alt="Provider authentication" width="473" height="265" data-path="APIKeymodel.png" />

To obtain your API key, refer to the official guides:

* [How to generate an API Key in OpenAI](https://platform.openai.com/account/api-keys)
* [How to generate an API Key in Anthropic](https://docs.anthropic.com/en/api/getting-started)
* [How to generate an API Key in DeepSeek](https://api-docs.deepseek.com/)
* [How to generate an API Key in XAi](https://x.ai/api)
* [How to generate an API Key in Kimi-K2](https://kimi.moonshot.cn/docs)

Once authenticated, the model becomes available for use in agents, assistants, and MCPs.

***

## 2. Dashboard

The **Dashboard** is the central control point of Devic.\
Here you can monitor agent performance and the status of executions in real time.

<Columns cols={2}>
  <Card title="Executions pending approval" icon="hand">
    Displays tasks paused under the *Human-in-the-Loop* workflow that require manual approval before continuing.
  </Card>

  <Card title="Recent executions" icon="clock-rotate-left">
    List of completed or ongoing executions, including date, status, and the agent involved.
  </Card>

  <Card title="Executions in progress" icon="spinner">
    Shows which agents are active and the tasks currently being executed.
  </Card>

  <Card title="Upcoming executions" icon="calendar">
    Schedule of agents configured for automatic execution.
  </Card>

  <Card title="Performance charts" icon="chart-line">
    Real-time metrics for agents executed in the last 12 hours.
  </Card>
</Columns>

<img src="https://mintcdn.com/devic/pf-6JGx0uItgnTiS/dashboard.png?fit=max&auto=format&n=pf-6JGx0uItgnTiS&q=85&s=f41e97a228213f778729fd4bb3da80b7" alt="Main dashboard" width="3375" height="2038" data-path="dashboard.png" />

***

## 3. Main areas

The left sidebar groups all functional sections of Devic.\
From here you can access each main module to configure, monitor, and operate your AI-native environment.

<img src="https://mintcdn.com/devic/pf-6JGx0uItgnTiS/menu.png?fit=max&auto=format&n=pf-6JGx0uItgnTiS&q=85&s=f29972804b357f93778da1ff8bf83144" alt="Main sidebar" width="1918" height="983" data-path="menu.png" />

<Columns cols={2}>
  <Card title="Assistants" icon="comments" href="/devic/assistants">
    Conversational interfaces that respond in real time. You can connect them to your data or integrate them into your products.
  </Card>

  <Card title="Agents" icon="robot" href="/devic/agents">
    Autonomous entities that execute business workflows, invoke tools (MCPs), and manage complex tasks.
  </Card>

  <Card title="Databases" icon="database" href="/devic/databases">
    Vector databases with integrated semantic search, available for your agents and MCPs.
  </Card>

  <Card title="MCPs" icon="plug" href="/devic/mcps">
    Tools and connectors that extend your agents’ capabilities using the Model Context Protocol standard.
  </Card>
</Columns>

***

<Card title="Next step" icon="rocket" href="/devic/mcps">
  Create your first MCP and start giving your agents the tools they need.
</Card>
