# API

## Utilitário no modo API (http server mini) <a href="#utilitario-no-modo-console" id="utilitario-no-modo-console"></a>

#### Binários:

* Windows: C:\windows\system32\birdid-utility-assistant.exe
* Linux: /usr/local/bin/birdid-utility-assistant.so
* Mac OSx: /usr/local/bin/birdid-utility-assistant.dylib

### Execute o binário <a href="#execute-o-binario" id="execute-o-binario"></a>

$ binaryname.extension -h

<div align="left"><img src="/files/-LjaP47wkd9cNBQZZxUj" alt=""></div>

$ binary.extension -server

<div align="left"><img src="/files/-LjbXGrAAg5pEFbUgwTO" alt=""></div>

| Parâmetro            | Tipo                                                                                                                                                                            |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -no\_bind\_local     | Flag para alternar o listener do serviço, por padrão é 127.0.0.1 caso seja enviado o parâmetro o listener será 0.0.0.0 (Outros computadores da rede poderão utilizar o serviço) |
| --base\_uri          | Base URL da plataforma em nuvem                                                                                                                                                 |
| --port               | Porta do serviço (padrão 8000)                                                                                                                                                  |
| --selected\_username | Username que será marcado como "ativo"                                                                                                                                          |
| --client\_name       | Nome amigável da aplicação, ocorrerá o auto registro da aplicação (computador/servidor) caso esse parâmetro seja enviado.                                                       |


---

# 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.vaultid.com.br/workspace/middleware/assistente-utilitario/api.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.
