# Own the Full Box > You can not own a right you can not protect. You can not protect a right you do not own. When you send a query to an API, you send it to a Linux box. Someone owns that box, and that someone owns your query, your data, your process, and your outcome. You do not. You can not own the API without owning the box! Calling an API you do not own the box for is not only a dependency on a service, but a dependency on the terms, the rate limits, the uptime, and the direction of someone else's business. The day they change any of those, you have no say, because you never owned anything beyond rented access. The box is not only the detail you deploy to, but the foundation that determines how free your API and your code actually are. A developer who writes code that runs on a box they do not own has written code for someone else, across every line, every license, every name they gave the product. This is not only about cost or convenience, but about where the core principle holds: use is dev and dev is use. Running on a box you do not own means using what you can not develop and can not fully control. You are consuming without producing, and the box owner builds a business on exactly that gap. Give you the API, keep the box, own you. This is also not only about controlling the hardware interface of every box you run on, but about making sure you have something in between that does not care which hardware it runs on. The chip and the firmware beneath you may not be modifiable today, and that is a real constraint, but the focus belongs on building a portable layer you own that runs across multiple hardware platforms. When a free hardware option exists later, you move to it without friction, because your layer never depended on any one box. Owning the full box means owning the software stack that runs on top of any box, not necessarily every atom of silicon under it, yet. The antidote is not only about running your own Linux and controlling the root, the network, and the data, but about building your abstraction so the hardware beneath stays replaceable and the ownership stays yours. A query you send to your own box is yours, and a query you send to someone else's box is theirs. Own the full box, own the API, own your work.