# Registro y Autenticación

## Registro

Para utilizar nuestro servicio debe crear una cuenta de prueba de forma gratuita en nuestra página <https://api.migo.pe/register>.

## Autenticación

La autenticación con nuestro servicio API se maneja con una llave token.

Puede crear un token en <https://api.migo.pe/tokens>.

Un token no expira y puede ser usado en varias aplicaciones y clientes sin restricción, si cambia de plan de pago puede seguir utilizando el mismo token.

Si no agrega su token API correctamente, o su token API no es válido, recibirá el error HTTP 403 - Unauthorized.


---

# Agent Instructions: 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:

```
GET https://docs.migo.pe/registro-y-autenticacion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
