Guide · Projects

Organize work by project

Configure knowledge, policies, models, and connections at the project level.
The project owner sets the boundaries, and team members work within them.

What is a project?

A project is the unit that separates work environments in wiiiv.

Within a single project, knowledge (documents), policies (allowed scope), models (LLM settings), and connections (external APIs and folders) are configured independently. Every conversation created in that project follows these settings.

For example, you can connect brand guidelines and ad asset folders to a "Marketing" project, and API specifications and code repositories to a "Development" project. Each team's conversations only reference their own project's knowledge and are governed only by their own project's policies, so work never gets mixed.

📁
Work Isolation
Each project operates with independent sessions, knowledge, and policies.
🛡
Policy Control
Manage usage limits, allowed features, and API access at the project level.
🤖
Model Selection
Set the LLM provider and model for each project independently.
📡
Channel Integration
Start conversations from Slack or CRON schedules via external channels.

Project list

Select Projects from the ☰ menu to view all projects. Use the + New Project button in the upper right to create a new project.

wiiiv — Projects
All Projects
+ New Project
MP
My Project
Default
No description
👤 OWNER
GP
Ghost Project
Active
No description
👤 OWNER

Default — New conversations are created in this project by default.
Active — The currently selected project.
OWNER — The project owner who can manage policies and members.

Project detail — Overview

Click a project card to open the detail view. There are 7 tabs at the top, with Overview being the first.

wiiiv — Project Detail
← My Project
Overview
Policy
API Keys
LLM Settings
Knowledge Base
Inlet Channels
Audit Log
Project Info
Name
My Project
Created
Mar 4, 2026
Description
-
Owner
Admin
Usage Overview
Today's Requests
47
Daily Limit
Success Rate
Daily Usage (Last 7 Days)
07-06
07-07
07-08
07-09
07-10
07-11
07-12

Policy tab — Usage policies

The project owner defines the rules for this project. You can set usage limits, allowed features, and external API access scope.

Usage Limits

wiiiv — Policy > Usage Limits
Project
Max Daily Requests
1000
Project Daily Credit Limit (₩)
Unlimited
Based on gpt-4o-mini: 1 token = ₩1. Leave empty for Unlimited.
Project Monthly Credit Limit (₩)
Unlimited
Per Member
Member Daily Credit Limit (₩)
Unlimited
Maximum credits a single member can use per day.
Member Max Daily Requests
Unlimited
Maximum requests a single member can send per day.

Executable Features

Manage the executors and plugins available in this project with toggles. Disabled features are blocked from running in this project's conversations and workflows.

wiiiv — Policy > Executable Features
Select the Executors and Plugins allowed in this project.
● 30 / 30 active
Executors — 10 / 10
📂
File
MED
⚙️
SwissKnife
HIGH
🌐
API
MED
🗃
DB
HIGH
🤖
LLM
LOW
🔌
WebSocket
MED
📨
MQ
MED
🔗
gRPC
MED
Plugins — 20 / 20
📊
Spreadsheet
MED
📄
PDF
MED
🌐
WebFetch
LOW
📧
Mail
MED
🖥
SSH
HIGH
🟦
Jira
MED
💬
Slack
MED
📝
Notion
MED

External API access control

Restrict the scope when workflows call external APIs. If left empty, all domains and methods are allowed.

wiiiv — Policy > External API Access Control
Allowed Domains
e.g., api.skymall.com
Add Domain
No restriction (all domains allowed)
Allowed HTTP Methods
GET
POST
PUT
DELETE
PATCH
No restriction (all methods allowed)
Allowed Executors
API
DB
COMMAND
FILE
LLM
GRPC
WEBSOCKET
MQ
The default allows everything. For security-sensitive projects, restrict to only the required domains and methods.

API Keys tab

Manage API keys for external systems to access this project. Generated keys inherit this project's policy.

wiiiv — API Keys
API Keys
New Key
API keys allow external systems to access this project.
Each key inherits the project's policy and permissions.
Store keys securely; they cannot be retrieved after creation.
Key PrefixLabelCreatedActions
No API keys
Keys are shown only at creation time and cannot be retrieved afterward. Store them securely.

LLM Settings tab

Configure the LLM provider, API key, and model to use in this project.

wiiiv — LLM Settings
Currently using: Personal Key
Provider: OPENAI  |  Governor Model: gpt-5.4-mini
Project LLM Key
Provider
Select...
Base URL
API Key
sk-...
Share this key with all project members
Test Connection
Save
Model Selection
Model selection is independent of API key source.
Governor Model
Select model...
Generator Model
Select model...
Embedding Model
Select model...
Save Model Settings

Personal key vs. project key — By default, each member's personal API key is used. If you register a project key and enable the "Share" option, members can use this project's LLM without their own key.

Model selection — Specify the Governor (judgment), Generator (generation), and Embedding (vectorization) models separately. Model selection is independent of the API key source.

Knowledge Base tab

Manage project-specific knowledge. Separate from global knowledge, these documents are referenced only in this project's conversations and workflows.

wiiiv — My Project > Knowledge
← Back to Project
My Project Documents
New My Project Document
No documents found
Select a document
For the difference between global and project knowledge, see the Knowledge Management Guide.

Inlet Channels tab

Two-way channels that allow conversations to be started from outside wiiiv. Only the project owner can manage these.

wiiiv — Inlet Channels
Inlet Channels
+ New Inlet
Two-way chat channels for real-time messaging. Only the project owner can manage inlets.
Stopped
SLACK #1
VIEWER · GET · Max Turns: 10
Start
Delete
Running
CRON #6
VIEWER · GET · Max Turns: 20
Stop
Delete
Stopped
SLACK #7
VIEWER · GET · Max Turns: 20
Start
Delete
Running
CRON #9
VIEWER · GET · Max Turns: 20
Stop
Delete

SLACK — A Slack bot receives messages and forwards them to a wiiiv session. Results are sent back to Slack.
CRON — Runs automated conversations on a set schedule. Used for periodic reports, monitoring, and more.
StatusRunning (active) / Stopped (inactive). Control with Start/Stop.
Permissions — Permission level (VIEWER, etc.), Allowed Methods (GET, etc.), and Max Turns limits are applied.

Audit Log tab

View all judgment, execution, and approval/rejection records from this project.

wiiiv — Audit Log
View the Audit Log for this project in the Audit Dashboard.
Go to Audit Dashboard →

Every action in wiiiv is recorded. You can transparently track who requested what, when, how the AI judged, and what it executed.

Permission structure

Project permissions are divided into three tiers. Admin manages the system, OWNER (team lead) designs the project, and Members work within it.

FeatureAdminOWNERMember
Create Project
Policy Settings
Invite Members
Chat
Run Workflows
Manage Inlets
The OWNER builds the fence; Members work inside it. The OWNER absorbs the complexity.
A project's policies, API keys, and LLM settings affect all members and workflows within it. Always verify the scope of impact before changing settings.