# PIX Registrar Chaves

O registro de chaves PIX é um processo simples e essencial no sistema de pagamento instantâneo do Brasil. Essa chave PIX única facilita o envio e recebimento de pagamentos, eliminando a necessidade de compartilhar dados bancários tradicionais, como agência e conta.\
\
O registro de chaves PIX simplifica o processo de transferência de dinheiro e torna as transações mais eficientes, tudo isso com a segurança garantida pelo Banco Central do Brasil. É uma revolução na forma como lidamos com pagamentos e transferências no país, tornando o processo mais ágil e conveniente para todos os envolvidos.

{% hint style="info" %}
**HEADERS**[ ](https://docs.openbank.stone.com.br/docs/referencia-da-api/pix/apis-stone/chaves-pix/listar-chaves-pix/#headers)

**authorization** `string`\
Bearer Token

**User-Agent** `string`\
Nome da sua aplicacão\
\
**POST**\
\
<https://sandbox.codetech.one/v2/api/**pix/key/register>\*\*
{% endhint %}

```json
{
  "authenticityToken": "string",
  "pixKeyId": 0,
  "pixKeyType": {
    "id": 0,
    "name": "string",
    "description": "string"
  },
  "textPixKey": "string"
}
```


---

# 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://developers.codetech.one/metodos-pix/pix-registrar-chaves.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.
