Skip to main content

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

  1. Open the toolkit editor
  2. Go to the Resources tab

Each resource shows:

  • Resource name
  • Edit and delete buttons

Creating a Resource

  1. Click + Create Resource (or the button in empty state)
  2. Fill in the resource details
  3. 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

  1. Click the pencil icon on a resource card
  2. Update the fields
  3. Click Update Resource

Deleting a Resource

Click the trash icon on a resource card to delete it.