What exactly does my endpoint expose?
Only what’s on its allow-list. A new forge defaults to read-only: a fixed set of ten read tools — reading, listing, searching, and following links through the vault you chose. Nothing that writes. The full list is visible before you forge and any time after, and you can narrow it in the permissions sheet.
Who can call it?
Anyone holding both the address and the token — which means: the people you gave them to. Nothing is listed publicly, there’s no directory, and the endpoint doesn’t exist at all until you forge it.
Can I change what’s shared after it’s live?
Yes. Open the product, edit its permissions, and the new scope applies from the endpoint’s next connection. If access needs to be gone now, that’s what Pull it is for — revoke is immediate.
Does it serve while my Mac is asleep or off?
No. FORGE is local-first: your Mac serves the calls, so it needs to be on, with SynthOS running. When it isn’t, the status light says offline — it never pretends. Live endpoints come back on their own when you reopen the app. Always-on hosting is on the roadmap.
Can I charge for access?
You can gate it today: the token is the key, and you decide who holds one — hand it to paying clients, pull it when they stop paying. Billing inside the product (per-call metering, prices, payouts) is roadmap, and it’s labeled that way above.
MCP or CLI — which should I forge?
Forge an MCP when something should be callable at an address: a client’s agents, your own agents in other tools, anything that speaks MCP. Forge a CLI when access should stay on a machine — a one-line bundle, no address, no network. Same vault, same scope rules, and you can do both.