Managing Resources
Create and manage resources (documentation) for your toolkit.
What are Toolkit Resources?
Resources are documentation that the AI can reference when using the toolkit. Examples include:
- Coding guidelines
- Commit message formats
- Style guides
- Process documentation
Resources in Webrix follow the MCP Resources specification, which provides a standardized way for servers to share data that provides context to language models.
Viewing Resources
- Open the toolkit editor
- Go to the Resources tab
Each resource shows:
- Resource name
- Edit and delete buttons
Creating a Resource
- Click + Create Resource (or the button in empty state)
- Fill in the resource details
- Click Create Resource
Resource Fields
Name (required)
The display name for the resource (e.g., "Commit Guidelines").
Slug (required)
A unique identifier for the resource (lowercase letters, numbers, hyphens).
Description (optional)
Describe what the resource contains.
Output Content (required)
The resource content. Markdown is supported.
Example:
# Commit Guidelines
## Format
Use conventional commits format:
- feat: New feature
- fix: Bug fix
- docs: Documentation
- refactor: Code refactoring
## Examples
- feat(auth): add login functionality
- fix(api): handle null response
Preview
The preview panel on the right shows how the resource will appear:
- Resource identifier - Shows as
Resource: name - Content preview - The rendered content
Editing a Resource
- Click the pencil icon on a resource card
- Update the fields
- Click Update Resource
Deleting a Resource
Click the trash icon on a resource card to delete it.