# NEXUS AI Workers

NEXUS AI supports background worker services as part of supported full-stack deployments. Worker services are deployed and operated as components of an application stack rather than through a separate public documentation-site endpoint.

## Deployment

Worker configuration is supplied with the application deployment definition. Use the same authenticated deployment, inspection, logs, scaling, and rollback controls that apply to the application stack.

## Safety

Workers can process queues, modify databases, and call external services. Give worker credentials only the scopes they need, and review scaling or restart operations before applying them to production.

## Related resources

- [Deployment](/docs/deployment.md)
- [API](/docs/api.md)
- [Security](/docs/security.md)
