Baltor Get started

Get set up

Three steps to your first download.

Create your account, connect the harness you already use, and let your agent ask for what each step needs.

Step 1 / Get access

1. Get access

Ask the operator for an account

The person who runs this service creates each account and issues its first key. To ask for one, write to the operator at the contact address in the privacy notice.

Step 2 / Connect your harness

2. Connect your harness

Your harness connects to this service with the Model Context Protocol. Pick it below and copy one reviewed entry. It holds this service's address and the name of the environment variable with your key, never the key.

Loading the reviewed connection settings Merge this entry into your existing configuration. Do not replace your other settings.

Loading the secret-free configuration.

Source: Client documentation

Loading documented compatibility information.

Set BALTOR_SERVICE_TOKEN in your environment. The file holds the variable's name, never the key, so it is safe to keep in version control. Then check the entry with Choose a client above.

Temporary setup in Bash

This prompt hides the value while you enter it. The value is not part of the command history. The client process inherits the environment variable.

read -rsp "Baltor service token: " BALTOR_SERVICE_TOKEN
export BALTOR_SERVICE_TOKEN

After closing the client, clear the terminal variable with unset BALTOR_SERVICE_TOKEN. Do not run environment dumps or record the terminal while handling secrets.