Interfaces

REST, MCP or CLI.
Same catalog.

Engineers take the REST API, analysts talk to it through their agent over MCP, and operators run it from a terminal on a schedule. Nobody has to move to somebody else's tool.

 anysite · cli
# run it on a schedule from a terminal
anysite api linkedin/user/posts \
  --params '{"urn": "..."}' \
  --out posts.parquet

# same catalog as the REST API
# same catalog as the MCP server