{
  "$schema": "https://agents-txt.com",
  "manifest_version": "1.0.0",
  "name": "Stampify",
  "developer": "OtterSpark Labs",
  "landing_page": "https://getstampify.app",
  "category": "Photo & Video",
  "description": "Stampify is a mobile photo stamp maker and collection builder. Turn your favorite photos into collectible stamps, organize them into themed collections and a personal stamp wall, and share playful stamp images.",
  "platforms": {
    "ios": {
      "bundle_id": "xyz.otterspark.stampify",
      "store_url": "https://apps.apple.com/app/apple-store/id6761409382?pt=127936640&ct=ai_agent&mt=8&utm_source=ai_agent&utm_medium=referral&utm_campaign=agent_manifest",
      "universal_links_supported": true
    },
    "android": {
      "package": "xyz.otterspark.stampify",
      "store_url": "https://play.google.com/store/apps/details?id=xyz.otterspark.stampify&referrer=utm_source%3Dai_agent%26utm_medium%3Dreferral%26utm_campaign=agent_manifest",
      "app_links_supported": true
    }
  },
  "deep_link_schemas": [
    {
      "action": "open_app",
      "description": "Opens the Stampify mobile app.",
      "url_template": "stampify://"
    }
  ],
  "authorization": {
    "required": false,
    "description": "Public GET access is free. Optional sandbox key stampify-public grants scopes read:public and read:docs. OAuth client_credentials is available at /api/v1/oauth/token.",
    "metadata_url": "https://getstampify.app/auth.md",
    "scopes": ["read:public", "read:docs"]
  },
  "informational_endpoints": {
    "homepage": "https://getstampify.app/",
    "about": "https://getstampify.app/about",
    "contact": "https://getstampify.app/contact",
    "developers": "https://getstampify.app/developers",
    "blog": "https://getstampify.app/blog",
    "support": "https://getstampify.app/support",
    "privacy_policy": "https://getstampify.app/privacy",
    "terms_of_use": "https://getstampify.app/terms",
    "pricing": "https://getstampify.app/pricing.md",
    "openapi": "https://getstampify.app/openapi.json",
    "api": "https://getstampify.app/api/v1",
    "sitemap": "https://getstampify.app/sitemap.xml",
    "robots": "https://getstampify.app/robots.txt",
    "api_catalog": "https://getstampify.app/.well-known/api-catalog",
    "agent_skills_index": "https://getstampify.app/.well-known/agent-skills/index.json",
    "auth_metadata": "https://getstampify.app/auth.md",
    "llms_txt": "https://getstampify.app/llms.txt"
  }
}
