Limitations
- The maximum number of invitations to Projects per user per day. For example, if the limit is set to 5, each user can send invitations to at most 5 different Projects in a single day. Any additional invitation attempts will be blocked until the next day. If you have a dedicated SaaS or on-premises installation, you can change this limit by setting the
MAX_ADD_PROJECT_MEMBER_REQUESTS_PER_EMAIL_PER_DAYenvironment variable.
Working with Projects
- GUI
- API
- CLI
To create a Project with the Project Creation wizard, click the + button in the upper-left corner of the Main page. On the Main page, you can also edit or delete a Project as well as copy a Project’s Reference ID.
Project Creation Wizard
In the Project Creation wizard, select a Project type based on the AI Agent you want to build:- Agentic AI
- Intent-driven AI
An autonomous AI Agent driven by large language models (LLMs). You can build an Agentic AI Agent or hire one from the Job Market.
Live Agent feature flag for on-premises installations
Live Agent feature flag for on-premises installations
For on-premises installations, the Live Agent section in the Project Creation wizard is visible only if you enable the
FEATURE_USE_COGNIGY_LIVE_AGENT environment variable.Task Panel
View Tasks
View Tasks
Note that only the most recent 100 tasks are visible on the Task Panel. To view tasks beyond the latest 100, use the Get Tasks API request as follows:
- To skip the first 100 Tasks that are already visible on the Task Panel, set the
skipparameter to 100. - To view, for example, the next 100 Tasks, set the
limitparameter to 100.