For the complete documentation index, see llms.txt. This page is also available as Markdown.

Proxy servers

You can configure the ABAP Agent to use a proxy server to connect to SeaLights.

Create a proxy configuration

The proxy set command lets you create a proxy configuration.

Syntax
slabapcli.exe proxy set --server <URI> --auth
Parameter
Required
Description

--server

Yes

A valid uniform resource identifier (URI).

--auth

No

Leave this blank.

TODO (from v1.5 draft): The source used an en dash (–server) in places instead of --server. Corrected to --server — please confirm.

Example

Command
slabapcli.exe proxy set --server "http://proxy.example.com:8080" --auth
Expected output (PowerShell)
.\slabapcli.exe proxy set --server 'http://proxy.example.com:8080' --auth
Enter proxy username: user1
Enter proxy password:
[2025-10-20 13:45:22.714+02:00] [info] Proxy configuration saved successfully.

Last updated

Was this helpful?