Tradeoffs
Each boundary has a cost profile.
| Strategy | Best at | Risk | Granularity |
|---|---|---|---|
| URI space | Coarse route partitioning | Policy is tied to path design | Low |
| API calls | Business operations | Authorization is repeated per endpoint | Medium |
| Named graphs | Data-centric systems and agents | Requires disciplined graph modeling | High |