Skip to content

Credentials

Credentials hold the secrets MarIA uses to talk to other systems — API keys, tokens, connection details. You register them once, in one place, and reuse them across tools and MCP servers.

Click Credentials in the sidebar.

Credentials list.

The table shows Credential, Type, Scope, Status and Updated at. The Search credentials field and the Show inactive credentials option help once the list grows.

Click New credential. The form has three blocks.

New credential form.

Name, Type, Description and Credential active. Give names that say which system the credential belongs to — you will pick it by that name when configuring a tool.

FieldWhat it does
Allowed targetsOne pattern per line, with * as wildcard. Blank allows any domain
Authorised solutionsAvailable to all solutions, or a specific selection

It is worth filling in both. Allowed targets stops the credential from being used against an unexpected address, and Authorised solutions limits who can use it — only authorised solutions will see the credential when configuring a tool.

Defines where the secret goes in the request: Send token / API key in Header or Query string, the Header name and the key value.

Once saved, the secret value is never shown again — the screen only shows that it exists. To change it, enter a new value.

When a call fails with an authorisation error

Section titled “When a call fails with an authorisation error”
  1. Confirm the credential is Active.
  2. Confirm the tool’s solution is among the Authorised solutions.
  3. Check that the address being called matches the Allowed targets.
  4. If the other system rotated the key, update the secret here.