# Opsera DevSecOps Agents

## Documentation

- [Start Building with Opsera AI Agents](https://docs.agents.opsera.ai/readme.md)
- [What are Opsera Agents](https://docs.agents.opsera.ai/what-are-opsera-agents.md)
- [How It Works](https://docs.agents.opsera.ai/how-it-works.md)
- [Opsera Agent Portal](https://docs.agents.opsera.ai/opsera-agent-portal.md)
- [Prerequisites](https://docs.agents.opsera.ai/getting-started/quickstart.md): Before you start using Opsera AI Agents, ensure you have the following requirements in place. This page covers everything you need to successfully set up and run agents in your development environment
- [Choose your development environment](https://docs.agents.opsera.ai/terminal-setup/choose-your-environment.md)
- [Claude Desktop](https://docs.agents.opsera.ai/terminal-setup/claude-desktop.md)
- [Cursor IDE](https://docs.agents.opsera.ai/terminal-setup/cursor-ide.md)
- [VS Code](https://docs.agents.opsera.ai/terminal-setup/vs-code.md)
- [Security Scan Agent](https://docs.agents.opsera.ai/devsecops-agents/security-scan-agent.md): Secure every commit. Proactively detect SAST vulnerabilities, CVEs, and exposed secrets before they reach production
- [Compliance Audit Agent](https://docs.agents.opsera.ai/devsecops-agents/compliance-audit-agent.md): Audit-ready, always. Automate continuous governance for SOC2, HIPAA, PCI-DSS, ISO27001, and SOX
- [Architecture Analyze Agent](https://docs.agents.opsera.ai/devsecops-agents/architecture-analyze-agent.md): Map your entire system automatically! Generate multi-repo diagrams and visualize data flow to master complex architecture
- [SQL Security Scan](https://docs.agents.opsera.ai/devsecops-agents/sql-security-scan.md): Optimize every query. Eliminate SQL injection risks, enforce schema best practices, and safeguard PII/PHI data with real-time analysis before deployment.
- [How it Works](https://docs.agents.opsera.ai/vibe-shift/how-it-works.md): Vibe-Shift is Opsera's autonomous DevOps agent that takes your AI-generated code and deploys it to production on AWS EKS — no CI/CD knowledge, no Dockerfile, no YAML required.
- [Onboarding Guide](https://docs.agents.opsera.ai/vibe-shift/onboarding-guide.md)
- [Vibe-Shift Dashboard](https://docs.agents.opsera.ai/vibe-shift/vibe-shift-dashboard.md): Your central hub for managing and monitoring deployments
- [How it works](https://docs.agents.opsera.ai/code-to-cloud/how-it-works.md)
- [Onboarding Guide](https://docs.agents.opsera.ai/code-to-cloud/onboarding-guide.md)
- [Code to Cloud Dashboard](https://docs.agents.opsera.ai/code-to-cloud/code-to-cloud-dashboard.md)
- [Billing and Pricing](https://docs.agents.opsera.ai/reference/billing-and-pricing.md)

## Marketplace

- [Marketplace](https://docs.agents.opsera.ai/marketplace/marketplace.md)
- [Claude Code Plugin](https://docs.agents.opsera.ai/marketplace/marketplace/claude-code-plugin.md)
- [Cursor Plugin](https://docs.agents.opsera.ai/marketplace/marketplace/cursor-plugin.md): Installation Guide for Opsera DevSecOps Agent in Cursor

## Changelog

- [Changelog](https://docs.agents.opsera.ai/changelog/readme.md): Updates and improvements to Opsera AI Agents and related capabilities.

## Resources

- [Developer Platform](https://docs.agents.opsera.ai/resources/readme.md): Welcome to your team’s developer platform

## Help Center

- [Help Center](https://docs.agents.opsera.ai/help-center/readme.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.agents.opsera.ai/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
