Submit a request to add a new target to the catalog
This endpoint allows authorized users to propose new targets for inclusion in the Adaptyv Foundry catalog. Submitted targets undergo a review process before becoming available for use in experiments.
Submission Process
- Submit target details including specifications
- Target enters “pending_review” status
- Platform team reviews the submission
- If approved, target becomes “active” and available
- Use the returned ID to check status
Required Information
- name: Must be unique and descriptive
- category: Should align with existing categories
- description: Comprehensive details for reviewers
- specifications: Complete technical specifications
Post-Submission
After submission, use the returned id
to:
- Check approval status via GET
/targets/{id}
- Reference the target once approved
Authorization
This endpoint requires appropriate permissions to submit new targets.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request payload for creating a new target
Submit this request to propose a new target for addition to the catalog. New targets undergo a review process before becoming available.
Response
Target creation request successfully submitted
Response after submitting a target creation request
Confirms that the target creation request was received and provides tracking information for the review process.