> For the complete documentation index, see [llms.txt](https://guides.ia.numerique.gouv.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.ia.numerique.gouv.fr/albert-api/prise-en-main/creation-compte.md).

# Création de compte & accès

Cette page décrit le parcours complet pour obtenir un compte Albert API puis commencer à utiliser le service.

{% hint style="info" %}
Ce workflow correspond au déroulé typique décrit côté plateforme : demande d’accès, validation admin, email de confirmation, connexion au **Playground**, puis création des clés API.
{% endhint %}

## 1) Demander un accès (formulaire)

Renseignez le formulaire de demande d’accès :

[Demander un accès](https://albert.sites.beta.gouv.fr/access/)

Capture du formulaire :

![Formulaire de demande d’accès](/files/QW206fBwdSL3GLTUckfF)

## 2) Validation admin (contrôle du domaine email)

Un administrateur **Albert API** valide la demande en vérifiant notamment :

* que l’adresse email appartient à un domaine correspondant à une administration française (contrôle de format/extension) ;
* et que le compte ne relève pas de catégories “fonction territoriale” ou “hospitalière” (hors périmètre ici).

{% hint style="warning" %}
Le détail exact des règles de validation peut évoluer. Si votre demande est refusée, contactez l’équipe via le canal support défini par votre organisation.
{% endhint %}

## 3) Email de confirmation (modèle de message)

Une fois l’accès validé, vous recevez un email qui contient notamment :

* vos identifiants pour vous connecter au **Playground** : ID + mot de passe ;
* un lien vers le canal **Tchap** “Albert API - Support & retours utilisateurs” ;
* une invitation à créer vos **clés API** dans le Playground ;
* un rappel : **changer votre mot de passe dès la première connexion**.

Lien (canal Tchap) indiqué dans le modèle d’email :

[Ouvrir “Albert API - Support & retours utilisateurs” sur Tchap](https://www.tchap.gouv.fr/#/room/!gpLYRJyIwdkcHBGYeC:agent.dinum.tchap.gouv.fr)

Lien vers le Playground :

[Ouvrir le Playground](https://albert.playground.etalab.gouv.fr/)

## 4) Liens utiles dans Tchap

Après connexion à Tchap, vous retrouvez aussi des liens “guidés” (statut, documentation, Playground, etc.) dans le canal associé.

Exemples de liens :

* [Statuts de l’API (quand publiés)](https://albert.status.etalab.gouv.fr)
* [Formulaire de demande d’accès](https://albert.sites.beta.gouv.fr/access/)
* [Support / prise de rendez-vous](https://albertapi.youcanbookme.com/)
* [Documentation endpoints](https://albert.api.etalab.gouv.fr/documentation)
* [Swagger](https://albert.api.etalab.gouv.fr/swagger)
* [Playground](https://albert.playground.etalab.gouv.fr/)
* [Tutoriels](https://docs.opengatellm.org/docs/guides/chat_completions)
* [Boîte à idées](https://ideabox.albert.etalab.gouv.fr/)
* Statistiques d’usage : (tableau de bord Metabase côté instance)

## 5) Se connecter au Playground

Connectez-vous au Playground avec l’ID et le mot de passe reçus par email.

Capture de la page de connexion :

![Page de connexion Playground](/files/pzUkfUvBQahCeTeqDv2M)

## 6) Créer vos clés API

Dans le Playground, ouvrez la section **API keys** pour créer une première clé.

Capture de la page “API keys” :

![Création de clés API](/files/384SM27IG2wHQc0LIRZK)

{% hint style="warning" %}
La clé API sert ensuite dans l’en-tête HTTP : `Authorization: Bearer <votre_clé>`
{% endhint %}

### Changer le mot de passe (si demandé)

Après la première connexion, la plateforme invite à changer votre mot de passe.

Capture de la page “Account settings” :

![Account settings (changer le mot de passe)](/files/acUjJnTrqGkOxAvGvXeM)

## 7) Premier test rapide

Pour vérifier votre intégration, vous pouvez enchaîner avec :

* le guide [Démarrage rapide](/albert-api/prise-en-main/quickstart.md) ;
* et ensuite [Chat completions](/albert-api/guides/chat-completions.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guides.ia.numerique.gouv.fr/albert-api/prise-en-main/creation-compte.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
