Skip to content

Solution folders

A folder groups related solutions. Every solution belongs to at least one folder, and the folder offers three things beyond tidiness: shared memory, a single API key and an integration endpoint that serves every member solution.

Open a folder through the settings icon next to it in the sidebar, or through Configure Folder in the solutions list.

Folder General tab.

Name, slug and the Active state. An inactive folder disappears from the sidebar and stops serving calls on its endpoint.

Folder Solutions tab.

The tab has two lists:

  • Solutions in this folder — the member solutions, with name, slug, mode, status and the date they joined.
  • Available solutions — all the others, with an Add button.

Folder Integration tab.

Here the folder gains a single entry point for external systems:

ElementWhat it is
Inbound API EndpointThe address the external system calls, with a Copy URL button
API Key managementCreate key generates the folder key — it is shown only once
Usage exampleA ready-made request example, with headers and body

The request body carries a solutionKey field, and that is what decides which solution in the folder handles the message. One address and one key, with routing per solution.

Folder Memory tab.

Memories created here are available to every solution and agent in the folder. It is the right place for knowledge shared across solutions — the company’s returns policy, for instance, used by both support and after-sales.

In member solutions those memories show up marked as Inherited. See Memory for types, scopes and permissions.

  • When several solutions share knowledge and it makes sense to keep it in one place.
  • When an external system needs to talk to several solutions without managing one key per solution.
  • When the solutions list has grown enough to get in the way of navigation.