Skip to content
Datarwin
Sign InStart Free
DEVELOPERS

Market context should be read as a contract, not just a route list

API and later MCP surfaces should be explained in terms of contracts, scopes, and context packages, not only endpoint names.

Current public state

Public docs
Endpoint and access model

The current docs explain public endpoints and the access model only.

Current shell
API key and auth lane

The dashboard/auth shell exists today while the developer plane remains a next step.

Next stage
MCP-ready surface

Tool, connector, and context-package documentation belongs in the next developer lane.

Developer plane

Scopes

User keys, org keys, and tool scopes need their own visible boundaries.

Contracts

Request/response contracts, context packages, and output schemas should eventually matter more than route lists.

MCP lane

Longer term, this should evolve into a tool and connector catalog with explicit auth boundaries.

From docs to a developer surface

TODAY

Public docs

Today the public site explains the current API and access model.

NEXT

Contract docs

Context packages, artifact schemas, and scope documentation need to sit beside route docs.

LATER

MCP surfaces

A future lane can explain tool catalogs, connectors, and execution boundaries.

Developer readiness

Developer surfacePublic todayNext stage
API docsEndpoint + access modelContracts + schema + examples
Auth scopesAPI key issuance shellUser / org / tool scope separation
MCP toolsNot publicTool / connector catalog
SandboxNo dedicated surface yetLocal and staging sandbox guide

Principles

  • The developer plane should explain contracts and boundaries, not just endpoints.
  • MCP remains a next-stage readiness lane rather than a current public claim.
  • Docs and code should share the same auth and access truth layer.