Noded GraphQL API

The Noded (Apollo) GraphQL API behind the Customer Context Graph. One POST endpoint serving people and accounts (both modelled as tags), the unified activity timeline (blocks: notes, emails, tasks, messages, meeting transcriptions, events), note write-back, and graph memory (topic/value/confidence entries the graph has learned about a person or account). Consumed through the first-party @bigfootai/noded-sdk typed helpers or directly via the SDK's graphql() escape hatch. Auth is OIDC (browser), a caller-supplied bearer token, or a server-only API key; every call is scoped to the signed-in user's tenant and permissions. Credentials are provisioned by Noded on request — there is no self-serve key flow, no published SDL, and no public API reference beyond the developer page.

Documentation

Other Resources

API entry from apis.yml

apis.yml Raw ↑
name: Noded GraphQL API
description: 'The Noded (Apollo) GraphQL API behind the Customer Context Graph. One POST endpoint serving
  people and accounts (both modelled as tags), the unified activity timeline (blocks: notes, emails, tasks,
  messages, meeting transcriptions, events), note write-back, and graph memory (topic/value/confidence
  entries the graph has learned about a person or account). Consumed through the first-party @bigfootai/noded-sdk
  typed helpers or directly via the SDK''s graphql() escape hatch. Auth is OIDC (browser), a caller-supplied
  bearer token, or a server-only API key; every call is scoped to the signed-in user''s tenant and permissions.
  Credentials are provisioned by Noded on request — there is no self-serve key flow, no published SDL,
  and no public API reference beyond the developer page.'
humanURL: https://www.getnoded.ai/developers
baseURL: https://api.getnoded.ai/api/v1/graph
tags:
- GraphQL
- Customer Data
- Customer Success
- Revenue Operations
- AI Agents
- MCP
properties:
- type: DeveloperPortal
  url: https://www.getnoded.ai/developers
- type: Documentation
  url: https://www.getnoded.ai/developers
- type: APIReference
  url: https://www.getnoded.ai/developers#reference
- type: GettingStarted
  url: https://www.getnoded.ai/developers#quickstart
- type: GraphQL
  url: graphql/noded-ai-graphql-operations.yml
- type: Authentication
  url: authentication/noded-ai-authentication.yml
- type: OAuthScopes
  url: scopes/noded-ai-scopes.yml
- type: ErrorCatalog
  url: errors/noded-ai-problem-types.yml
- type: Conventions
  url: conventions/noded-ai-conventions.yml
- type: DataModel
  url: data-model/noded-ai-data-model.yml
- type: RateLimits
  url: rate-limits/noded-ai-rate-limits.yml
- type: Lifecycle
  url: lifecycle/noded-ai-lifecycle.yml
- type: MCPServer
  url: mcp/noded-ai-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: SDKs
  url: packages/noded-ai-packages.yml