Is discovery the same as API authentication?
No. Discovery explains available product surfaces; authenticated access governs durable or premium reads.
Agent-native market data
Expose a narrow product discovery layer first. The agent can learn capabilities, plan boundaries, and safe next commands without touching backend adapters or privileged routes.
How can a trading agent learn which market-data surfaces exist without probing private services?
Keep discovery narrow, public-safe, and product-scoped; route all privileged market reads through account-aware authorization.
cornerstones-client guide
cornerstones-client changelog
# then use dashboard-issued access for authenticated market reads| Option | Best for | Tradeoff |
|---|---|---|
| Cornerstones | Agent-native market context | Requires adopting a product-level access model |
| Raw private integration | Human-operated internal systems | Can expose credentials, adapters, and unstable implementation details to agents |
| Static prompt paste | One-off prototypes | No freshness, usage accounting, entitlement boundary, or repeatable evidence trail |
No. Discovery explains available product surfaces; authenticated access governs durable or premium reads.
No. Agents should see customer-facing capabilities, not backend implementation topology.
Plan boundaries stop agents from assuming premium surfaces are available under starter access.
Public-facing changelog material should describe product changes without exposing private source infrastructure.