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
skip
parameter to 100. - To view, for example, the next 100 Tasks, set the
limit
parameter to 100.