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.

Check the service connection

Endpoint
Transport
Streamable HTTP
Protocol
Checking availability
Authentication
Service token, sent in the Authorization header

This browser check initializes the protocol and lists the available operations with your current connection. It does not run any work, fetch file bodies or spend model credits.

Sign in with a client token to run the connection check.

Not tested. No model calls are made by this check.

    Configuration, connection, retrieval, native loading and useful task completion are separate checks. A green connection does not qualify all five. This service does not offer a browser-based authorization flow for native clients yet. Read the access and data boundaries.

    When you no longer need it

    Open your account page, find the token under Your client tokens and select Revoke. The service refuses a revoked token on its next request. Revoking a token does not recall files that were already downloaded.

    Choose a client above to see how to remove its entry.

    Open your account