/dash/explore/lists). It is the recruiting pipeline — not the same thing as a Target. A Target finds and monitors people. A List is where you stage outreach.
Stages in the app (API slugs in backticks):
:id on API routes is the list uuid or the name (hot).
Add people
Person ids are LinkedIn slugs. You can also pass profile URLs — the slug is taken from/in/….
Dashboard: Search or a person profile → Add to list. The Lists page does not accept pasted URLs — REST and MCP do.
REST: POST /lists/:id/members with slugs or urls. Delete a list with DELETE /lists/:id.
MCP: tool collect with action=add and slugs.