For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
MissionGitHubRequest Demo
DocsGuidesDeveloperReleases
DocsGuidesDeveloperReleases
  • SDK
    • Using the Method SDK
  • API Reference
  • Direct API Access
    • Overview
LogoLogo
MissionGitHubRequest Demo
On this page
  • When to use Direct API access vs. the Method SDK
Direct API Access

Direct API Access

Previous

Ontology Gateway Services

Next
Built with

Direct API Access documents the endpoints exposed by Method’s internal services for engineers who need to read, write, or manipulate platform data at a level below the public Method SDK.

This first cut covers the workflow customers most often need first: searching for objects, loading them, and filtering by time. That maps to two services in the Ontology Gateway:

  • Object Set Service — find an object set and list its member IDs.
  • Object Service — load individual objects, search them, and inspect their history at a given timestamp or version.

Additional services will be added as customer needs expand.

This section is endpoint reference only. For installation, authentication setup, and runnable example code, see the customer-facing client distribution provided by Method.

When to use Direct API access vs. the Method SDK

Method ships two ways to talk to the platform programmatically:

Method SDKDirect API Access
AudienceApps and integrations that run unattended in productionEngineers writing scripts, doing data plumbing, or building internal tools against the full platform
Generated byFernConjure
SurfaceA curated subset of platform endpoints exposed through the API gatewayDirect service APIs — broader and deeper

If you are not sure which to use, start with the Method SDK. Reach for Direct API access when the SDK does not expose what you need.