# AgentActionsConfig

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/AgentActionsConfig.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/AgentActionsConfig.tsx#L15)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_AgentActionsConfig_1173e685["AgentActionsConfig"]
    class component_AgentActionsConfig_1173e685 rootComponent
```

## Relationships

- RENDERS → `BoltIcon`
- RENDERS → `XMarkIcon`
- RENDERS → `ExclamationTriangleIcon`
- RENDERS → `CheckCircleIcon`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
