Create API connections

API connections let you define reusable endpoints and settings, such as authentication, timeouts, and encryption, which you can use across your API tests. This keeps your tests consistent and save time on maintenance.

Create a new connection

To create a new connection, follow these steps:

  1. Go to Configurations > API connections and select Create connection.

  2. Enter your connection details:

    Property

    Description

    Name

    Enter a unique name for the connection.

    Type

    Currently, Tosca Cloud supports HTTP only.

    Endpoint

    Specify the endpoint to which you want to send messages. This can be a URI, a port, or an IP address.

  3. Select Create.

Set up connection details

After you create a connection, you can configure additional settings. Select a connection from the list and use the properties panel on the right to adjust the following:

Edit a connection

To update any connection setting, select a connection from the list, change the values in the properties panel, then select Save.

What's next

Create API messages and start using your connections in your API tests.