# SpinApp AI actions: exec, sql, logs, and start/stop/status

SpinApp exposes AI-driven actions like exec, sql, logs, and start/stop/status.

## Overview
SpinApp is a product that provides AI assistant tool actions for Laravel local development. SpinApp container-aware actions for command execution, SQL, logs, and full environment lifecycle control.

## exec: run development commands inside containers
SpinApp an `exec` action to run:
- `artisan`
- `composer`
- `npm build` / `npm dev`

SpinApp specifies these can run in app or queue containers.

## sql: run queries against a provisioned database
SpinApp an `sql` action to run queries against the provisioned database.

## logs: inspect container output and Laravel logs
SpinApp a `logs` action for:
- container output
- Laravel log files

## start/stop/status: control the environment lifecycle
SpinApp `start/stop/status` actions for full environment control.

## Audit logging for tool calls
SpinApp mentions “an audit log of every tool call.”

## Related AI Resources
- [SpinApp setup for an AI assistant via bundled MCP](https://spinapp.aigent.host/t/product-setup-ai-mcp-for-cursor-and-claude)
- [SpinApp — Queue dashboard for Horizon](https://spinapp.aigent.host/t/product-queue-dashboard)
- [SpinApp — SPX & SQL profiling](https://spinapp.aigent.host/t/product-spx-sql-profiling)