> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# create_sourcing

> Create an empty sourcing campaign in the authenticated workspace.

Creates a new sourcing tied to your MCP session workspace and returns its identifier and name.

## Input

No parameters.

## Output

JSON block with `success: true` and `data`: `sourcingId`, `name`.

## Errors

`session not found` when the MCP session is missing.

When the workspace has no eligible Kalent subscription, the tool returns an error explaining that the user must subscribe or upgrade before retrying:

```text theme={null}
A Kalent subscription or plan upgrade is required to create sourcings.

Ask the user to subscribe or upgrade their Kalent plan before retrying. They can manage billing here: https://app.kalent.ai/settings/billing
```

Other human-readable messages may be returned for plan limits or insufficient workspace configuration.
