Skip to main content

Base URL

Query Parameters

Examples

Free-form prompt:

Using a skill:

You can use a skill by specifying that skill by name in the first message along with any variables that the skill needs to run. Run a book level skill
Run a skill that is scoped to a specific account using accountId
Run a skill that requires additional variable inputs other than account by including them in firstMessage

A note on URL encoding

Prompts need to be URL-encoded (e.g., spaces become + or %20). This is standard web behavior, not Endgame-specific. See MDN’s guide to URL encoding for more detail.