Create Signal Type
Signal Types
Create Signal Type
Create a user-defined keyword signal type.
POST
Create Signal Type
CLI:
Overview
Creates a new keyword signal type for the workspace. Color is auto-assigned. Every registered datasource is enabled for the new type by default so it starts participating in scans immediately. Use this when a user wants to track a custom intent pattern beyond the 6 built-ins — for example “talks about migrating off Salesforce” or “mentions hiring a fractional CFO”.AI agent notes
Keyword types only. Structured types are built-in and not user-creatable. To customize a built-in’s behavior, use Update signal types on its existing row.Cap. A workspace can hold up to 20 signal types total. The endpoint returns
400 once the cap is reached.Uniqueness. label must be unique within the workspace. Duplicates return 409.Prompt vs keywords. keywords[] seeds the prefilter; prompt is the natural-language description the LLM uses during classification. Providing both gives the strongest signal.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Signal type created.
A user-defined signal type. Max 20 per user.