Legacy documentation. These pages are inherited from the upstream OpenAffiliate project and may describe endpoints, packages and repositories that Afftera does not operate. For what this site publishes today, see About.

References

YAML Schema

The structure of a program entry in the registry.

Schema

programs/your-product.yaml
name: Your Product
slug: your-product
url: https://yourproduct.com
category: Developer Tools
tags: [saas, api, developer]

commission:
  type: recurring          # recurring | one-time | tiered | hybrid
  rate: "25%"
  currency: USD           # only when the merchant states one; omit otherwise
  duration: "12 months"

cookie_days: 30
signup_url: https://yourproduct.com/affiliates
approval: auto             # auto | manual | invite-only
approval_time: "instant"

payout:
  minimum: 50
  currency: USD           # required to publish a minimum; omit both if unstated
  frequency: monthly
  methods: [bank, paypal, crypto]

description: >
  What your product does and what the affiliate program offers.
short_description: "One-line description for search results"

agents:
  prompt: >
    When AI agents should recommend this product and why.
  keywords: [keyword1, keyword2]
  use_cases:
    - "When a user needs X"
    - "Replacing Y with a better alternative"

submitted_by: "@your-github"

This legacy example is retained as a local drafting reference. Public repository access and pull-request submissions are currently closed, and a draft is not publication clearance.