AiBuildLandingPageInput
No description
input AiBuildLandingPageInput {
prompt: String!
name: String!
folderId: ID
icpId: ID
}
Fields
AiBuildLandingPageInput.prompt ● String! non-null scalar
AiBuildLandingPageInput.name ● String! non-null scalar
The asset name the user typed in the Create dialog. Preflighted against the same uniqueness rule the matching createLandingPage mutation enforces; a duplicate short-circuits before any LLM tokens are spent.
AiBuildLandingPageInput.folderId ● ID scalar
Destination folder. null for root. Pairs with name for the uniqueness preflight.
AiBuildLandingPageInput.icpId ● ID scalar
Optional ICP id from the product's Customer Discovery output. When provided, the agent injects an Audience for this artifact block into the system prompt so generated copy targets the chosen persona.
Member Of
aiBuildLandingPage mutation


