Security Profiles
beginner
2 min

Minimal Security Profile

Basic security for development and testing. Relaxed restrictions, full tool access, minimal approval gates.

Deploy in 2 min

Configuration Preview

This is what your OpenClaw config looks like. Deploy it on Clawctl in 2 min.

openclaw.json
# Clawctl Security Profile — Minimal
# Good for: development, testing, demos
{
  "security": {
    "level": "minimal",
    "auth": true,
    "approvals": { "enabled": false },
    "egress": { "filter": false },
    "audit": { "retention_days": 7 }
  }
}

What This Template Includes

Basic authentication enabled

Minimal approval gates

Full tool access for rapid development

Basic audit logging

Suitable for development environments

Perfect For

Development and testing environments

Internal demos and prototypes

Hackathons and proof-of-concepts

Learning and experimentation

Security Level: standard

Includes 70+ approval gates, encrypted secrets, and full audit trail. Production-ready.

Common Questions

Is this safe for production?

No. Use standard or higher for production. Minimal is for development only.

What is the risk?

No approval gates means the agent can take actions without human review. Fine for dev, risky for production.

Can I upgrade later?

Yes. Switch security profiles anytime in the Clawctl dashboard.

Deploy This Template Now

2 min to deploy. $49/month. Full security included. No DevOps required.

Get Started with Clawctl