---
title: "Call customer intelligence tool"
method: POST
path: "/api/tools/call"
tags: ["Platform API"]
---

# Call customer intelligence tool

`POST /api/tools/call`

Call a public customer intelligence tool through the shared Outlit tool gateway.

## Request body

- ToolCallRequest
  - `tool` 'outlit_list_customers' | 'outlit_list_users' | 'outlit_list_workspace_users' | 'outlit_get_customer' | 'outlit_get_timeline' | 'outlit_list_facts' | 'outlit_get_fact' | 'outlit_get_source' | 'outlit_list_sources' | 'outlit_search_customer_context' | 'outlit_query' | 'outlit_schema' | 'outlit_send_notification', required — Customer intelligence tool name from @outlit/tools.
  - `input` object — Tool-specific input object validated against the shared @outlit/tools contract.

## Response `200`

Tool-specific JSON result.

- object

## Other responses

- `400` — Invalid JSON, unknown tool name, or invalid tool input.
- `401` — Invalid or missing API key.
- `402` — Plan API-call limit reached.
- `429` — Plan API-call limit reached.
- `500` — Internal server error.

---

[API](https://skmtc.dev/outlitai/apis/outlit-api.md) · [All operations](https://skmtc.dev/outlitai/apis/outlit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outlitai/outlit-api/revisions/147173adbb3f/schema)
