# Linear

### Generar una clave de API

Primero, necesitarás generar una clave de API de Linear.&#x20;

1. Navega a [Seguridad y acceso](https://linear.app/settings/account/security) en la configuración de tu Linear, luego en la sección "Claves de API personales", haz clic **Nueva clave de API**.
2. Proporciona un nombre para tu clave (p. ej. "Integración Violet"), luego confirma **Leer** y **Escribir** permiso&#x73;**.**
   1. También puedes dejar esto en el valor predeterminado Acceso completo: Violet no accede a funciones exclusivas de administradores.
3. \[Opcional] Selecciona equipos específicos que deberían ser accesibles mediante esta clave.
4. Haz clic **Crear**, y copia la clave que aparece. Ten en cuenta que no podrás acceder a esta clave de nuevo (pero siempre puedes crear otra).

<figure><img src="/files/4316b82cbba5f258ab22d95e783b4a744667623b" alt="" width="375"><figcaption></figcaption></figure>

### **Conectar Linear en Violet**

2. Selecciona <img src="/files/c6e78583701298e9c9b68ea6fde130cb23575256" alt="" data-size="line"> **Linear**
3. Introduce tu clave de API y haz clic **Conectar**
4. Una vez conectado, configura tu integración (opcional), luego haz clic **Crear.** ¡Listo!


---

# 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.violetlabs.com/es/aplicaciones/l/linear.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.
