> For the complete documentation index, see [llms.txt](https://docs.cyphor.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyphor.net/cli-tool/profiles.md).

# Profiles

You can store your frequently used credentials in files managed by our CLI.

The CLI will utilize the profile set as 'default' during its creation. If you establish a new set of credentials and mark it as 'default', the previous settings will no longer serve as the default.&#x20;

To modify specific settings, you can either use the appropriate environment variable or apply a command-line parameter.

### Creating a profile from an API Token

1. Choose the token that you want to use to access the panel through the CLI, if you don't have a token then [click here](https://beta.cyphor.net/account/access-tokens)
2. You can store the token with the command `cyphor cli auth add NAME VALUE`

Example:

`cyphor cli auth add desktop ZpGsX0HXbrvPJ2KVu6yT9kp3dicl3um7xX6lbejx`

* This will store the profile `desktop`with the value `ZpGsX0HXbrvPJ2KVu6yT9kp3dicl3um7xX6lbejx`
* Now, instead of specifying the literal token, you can use desktop instead.
* Tokens are local and aren't shared between organization members.

### Local storage

Your keys and secrets are stored in a local folder managed by the CLI, using IDataProtectionProvider (reference to docs). However, we provide flexibility to tailor the data protection mechanism to fit your specific security needs.

###


---

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

```
GET https://docs.cyphor.net/cli-tool/profiles.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.
