!

Legal Disclaimer

PipeAgent is a data distribution gateway. We do not own, verify, or endorse the data provided by third-party creators. Use at your own discretion.

Docs/consumer / data license

Data License

PipeAgent API responses include an _origin.license field, typically:

PipeAgent Dynamic Data License (CC-BY-ND 4.0 Ref)

This page explains what that means for practical API usage.

1. Why this field exists

  • Provenance: marks where data came from and supports audit trails.
  • Usage terms hint: reminds consumers that redistribution has license constraints.
  • Compliance signal: helps downstream apps enforce attribution and policy checks.
  • 2. Practical interpretation

    The string references CC BY-ND 4.0 style constraints:

  • BY (Attribution): if you redistribute, you should clearly credit the source.
  • ND (NoDerivatives): avoid redistributing modified/adapted versions as if they were original licensed outputs.
  • This page is a product guideline for developers, not legal advice.

    If you have a legal-sensitive scenario (public resale, syndication, commercial redistribution), consult counsel.

    3. Typical allowed vs risky scenarios

    Usually acceptable

  • Internal analysis and agent workflows
  • Private dashboards inside your organization
  • Non-public transformations used only for your own decision-making
  • Needs extra caution

  • Public reposting of transformed feed outputs
  • Selling downstream datasets based on modified feed content
  • Removing attribution or origin markers
  • 4. Recommended attribution format

    When attribution is required, include:

  • Source platform: PipeAgent
  • Feed/provider reference: _origin.provider if present
  • Access timestamp: _origin.timestamp
  • License label: _origin.license
  • Example:

    Data source: PipeAgent (provider: pipeagent_verified:xxxxxxx), accessed 2026-03-23, license: PipeAgent Dynamic Data License (CC-BY-ND 4.0 Ref).

    5. Related response fields

  • _origin.usage_id: billing/audit correlation id
  • _origin.timestamp: generation time
  • _origin.provider: provider provenance hint
  • _origin.license: license label for downstream compliance
  • 6. Need custom rights?

    For enterprise redistribution or custom licensing terms, contact:

  • support@pipeagent.dev
  • Version 1.0.4 - Premium Infrastructure