Ragenta Docs
Connections

Your APIs — calling your own systems

Register your own API so an agent can call it through Call a connected system, with method and path limits.

Settings → Connections → Your APIs. Needs connection.manage (Owner/Admin).

A connection lets the Call a connected system tool reach your API with credentials Ragenta keeps (encrypted) instead of anything in a prompt.

The form

FieldNotes
Connection idSlug the agent refers to it by.
NameDisplay name.
Base URLThe https root of the API.
API keyStored encrypted; only a hint is shown after saving.
Sent in header, PrefixFor example header Authorization, prefix Bearer .
Extra headersFixed additional headers. May contain {{visitor.id}} / {{visitor.email}} — filled with the visitor identity when the agent runs from an embedded chat.
Methods allowedGET / POST / PUT / PATCH / DELETE — only the ticked ones.
Paths must start withAllowed path prefix; the agent cannot call outside it.

Test sends a probe request to confirm the credentials. A connection labelled provided comes from the deployment and cannot be edited.

Private and internal address ranges are blocked for every outbound agent request (SSRF guard); response size and time are capped too.

In Configuration, enable Call a connected system and mention the connection by name in the Instructions so the agent knows when to use it.

On this page