What a project contains
Each project is a self-contained environment with:- Server Instances — the MCP servers connected to this project, each with project-specific credentials
- Navigator Instances — the navigators deployed in this project, each with their own API keys and tool permissions
- User Credentials — authentication credentials for users who interact with agents in this project
- API Keys — keys used to authenticate navigator instances with the Caylex Navigator
- Auth Links — shareable links that allow users to authenticate with the project’s servers
Create a project
Configure your project
Provide the following details:
- Name (required) — a descriptive name for the project (e.g., “Acme Corp Production”, “Internal Team Dev”)
- Description (optional) — a brief description of the project’s purpose
- Icon (optional) — a visual identifier for the project
Your project is created and ready for you to add servers and navigators.
Manage your project
Once created, your project dashboard shows:- Server Instances — all connected servers and their status (active or paused)
- Navigator Instances — all deployed navigators with their configurations
- Session Logs — a filterable log of all sessions processed in this project
- Auth Links — links for user authentication
- API Keys — keys for navigator authentication
Webhooks
You can configure webhooks at the project level to receive real-time notifications about tool execution events. Webhooks fire for:query.created— when a new query is receivedtool_call.completed— when a tool call finishes successfullytool_call.error— when a tool call fails
Webhook notifications are not sent for playground sessions.
When to create multiple projects
Common patterns for project organization:| Pattern | Example |
|---|---|
| Per customer | ”Acme Corp”, “Widget Inc” — each customer gets isolated servers and credentials |
| Per team | ”Engineering”, “Sales”, “Support” — each team gets their own navigator configurations |
| Per environment | ”Development”, “Staging”, “Production” — separate credentials and permissions per environment |