# Scomp > A universal port for LLM agents — protocol, SDK, and embedded sandbox runtime. ## Docs - [Concepts](https://docs.scomp.dev/concepts.md): The scomp mental model in seven pieces — peers, bindings, eval, invoke, sessions, function references, and the handshake. - [Introduction](https://docs.scomp.dev/introduction.md): A minimal protocol for projecting an LLM agent into a sandboxed, stateful, programmable environment. - [Architecture](https://docs.scomp.dev/protocol/architecture.md): The five-layer model, the protocol's boundary, and why everything routes through the wire layer. - [Overview](https://docs.scomp.dev/protocol/overview.md): What the scomp protocol does, what it doesn't, and how the pieces fit together. - [Wire format](https://docs.scomp.dev/protocol/wire-format.md): JSON-RPC 2.0 framing, transport requirements, and what the bytes actually look like. ## OpenAPI Specs - [openapi](https://docs.scomp.dev/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/scomp-protocol/scomp) - [Discord](https://discord.gg/scomp) - [Crates](https://crates.io/crates/scomp)