Documentation
Welcome to the AKIOS documentation.
Getting Started
Core Concepts
- Sandbox: How we use seccomp-bpf and user namespaces.
- Policies: Defining explicit access rules for agents.
- Audit: How to verify agent actions.
Reference Documentation
Core Reference
Config Reference →
Learn which options you can configure in the AKIOS runtime.
Policy Schema →
See the YAML structure for network, filesystem, and limits.
CLI Reference →
Essential commands for running and auditing AKIOS.
API Reference →
Use AKIOS programmatically via Python.
Integration & Deployment
API Integration →
Secure HTTP/REST/GraphQL workflows.
Document Processing →
Ingest, redact, and analyze documents.
Deployment →
Minimal, security-first ways to ship the runtime.
AWS EC2 Deployment →
Deploy and benchmark AKIOS on AWS EC2 with performance validation.
Advanced Topics
Best Practices →
Lean patterns for secure, performant workflows.
Use Cases →
Real-world patterns for government, finance, healthcare, and DevOps.
Debugging →
Step through common failure modes and how to resolve them.
Migration →
Upgrade to V1.6.0 or migrate from earlier versions safely.
FAQ & Glossary →
Key terms and quick answers.
New in V1.1.0–V1.6.0
Webhook & Database Agents →
Two new agents: webhook (Slack, Discord, Teams) and database (PostgreSQL, SQLite). 6 agents total. Added in v1.1.0.
Parallel Execution →
Run steps concurrently with parallel: blocks in workflow YAML. Plugin system for pip-installable agents. Added in v1.1.0.
Dashboard & Reports →
akios dashboard for local compliance UI, akios run --report for HTML security posture reports. Added in v1.5.0–v1.6.0.
Ollama Local Models →
Run Llama, Mistral, Gemma locally via Ollama — no API key needed. 7 LLM providers total. Added in v1.4.2.
EnforceCore Integration →
Optional dependency: secret scanning, content rules, EU AI Act reports, Merkle bridge. pip install akios[enforcecore]. Added in v1.2.0.
Audit Migrate & Prune →
Migrate JSONL to SQLite/PostgreSQL, enforce retention policies. Added in v1.5.0.
Ecosystem
Contributing
This documentation is community-maintained. To edit any page:
- Find the
.mdxfile insite/docs/. - Edit the content.
- Submit a PR!
Want to help? Open a PR on GitHub (/site/docs/*.mdx) or file an issue with the page name and suggested change. Small fixes (typos, broken links, clearer steps) are welcome.