HUMANin theLOOP

Projects

Collector for origin credentials, people, rules, channels, and logs.

A project is the integration collector under a workspace. One project maps to one origin (Mastra, Hermes, HTTP, LangGraph, or Temporal).

Mobile projects list showing langgraph demo, mastra demo, and HTTP demo
Projects — one origin per project

Create projects at app.hitly.net/projects. The project home (/projects/:id) lists that project's work items. Open an item at /projects/:id/item/:itemId. Copy the .env snippet from Config:

HITLY_API_URL=http://localhost:3001
HITLY_PROJECT_ID=prj_...
HITLY_API_KEY=hitly_...
HITLY_RESUME_SECRET=hitly_resume_...

Reveal, copy, or regenerate the resume secret on Config. It is not the ingest API key.

TabPurpose
ItemsWork items for this project
ConfigName, origin credentials, default assignee, API keys, resume secret
PeopleProject roles: admin, user, reader
RulesFirst-match routing for SLA and channels
ChannelsHow assignees are notified (email now; Slack/Telegram later)
LogsIngest, notify, decide, and resume events

Workspace owner/admin can open every project. Members only see projects they are added to. Project admin cannot invite people to the workspace.

Home and Inbox list work items from all visible projects in the current workspace. Opening a work item from Inbox stays on /inbox/:id; opening it from a project stays on /projects/:id/item/:itemId.