--- url: https://jig.md/guide/overview.md --- > For AI agents: the complete documentation index is available at https://jig.md/llms.txt, the full documentation bundle is available at https://jig.md/llms-full.txt. # Build with power under control Jig runs code and Agent methods through the same composable boundary, with powers you approve. Start with one Flow, then build Agent intelligence into your application while keeping authority and consequences explicit.
Install on a supported Linux host, create a method, review it, and change its result.
Follow the quickstart ↗ COMPOSECall code, Agent judgment, and a combination through the same method boundary.
Explore the example ↗ UNDERSTANDSee what applications, methods, the host, and the FLOW standard each own.
Meet the four parts ↗ FOR AGENTSRead focused Markdown pages or the complete public documentation bundle.
Use the agent entrypoint ↗Build around the result
A suggested queue is a starting point. Your application can check records, ask for more information, or call another method. An Agent’s answer becomes an action through rules you write.
Bring your Skills, prompts, and libraries into the methods that need them. Code and Agent work share the same callable boundary, defined by the independent FLOW standard.
See code check an Agent’s proposal ↗Your application directs the work
Checks need domain knowledge. A well-formed answer can still be wrong.
A microkernel for agent-native systems
Methods own the work. Jig handles the execution around them: running reviewed methods, supplying authorized powers, and stopping owned processes when you cancel.
This separation lets you build new capabilities without adding each workflow to the host. Agents have room to reason inside their methods; their judgment does not grant them more authority.
Understand the architecture ↗Jig’s execution boundary
Code · Agents · Skills · Libraries
The method owns how the work happens.Jig governs execution. Your application checks meaning and consequences.
Create a small project, run a method, and change its result. The first run uses ordinary code and needs no Agent.
Start buildingDeveloper alpha · Check supported Linux hosts and prerequisites
Jig is open-source local software. Agents can hallucinate or follow injected instructions; Jig does not guarantee correct judgment. Harmful decisions within granted authority remain possible. Remote Agents receive the data intentionally sent to them. Cancellation cannot retract accepted remote requests or undo completed effects. Production-scale performance is not established.