Create product

Create a new product within your account.

💡 Tip: After creating a product, you can attach product/copilot resources to it using the Resources endpoint (POST /resources) with the product_id field.

Required Fields:

  • name: Product name

Allowed Fields:

  • name: Product name (required)
  • aliases: Array of unique identifiers for lookup (e.g., ["safety-training", "hse-2024"])
  • status: Product status (0=unpublished, 1=published)
  • type: Product type (0=default, 1=hidden)
  • icon: Product icon filename/URL
  • components: Array of product IDs to include as components

Auto-Generated Fields:

  • account_id: Set from API key's account
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!