# Plasmic

Plasmic is a visual builder for the web, enabling teams to create and manage web pages and components without code.

- **Category:** website builders
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `PLASMIC`
- **Version:** 20260211_00

## Tools

### Plasmic Global Actions Provider

**Slug:** `PLASMIC_GLOBAL_ACTIONS_PROVIDER`

Tool to generate the globalContexts configuration snippet for Plasmic loader. Use when you need to configure global contexts after defining your React providers.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `contexts` | array | Yes | List of global contexts with their associated provider components |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
