mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
||
"id": "4.1-authenticated-api-docs",
|
||
"category": "browser",
|
||
"prompt": "I want to set up an n8n HTTP Request node to query Linear's API. Open Linear's API settings page in my browser (https://linear.app/settings/account/api) — I'm already logged in there — and tell me: what API endpoint URL Linear uses for its GraphQL API, what auth header n8n's HTTP Request node will need, and roughly how many personal API keys are currently shown on the page. Don't copy or echo any actual key value back to me; just describe what the page shows.",
|
||
"budgets": { "maxToolCalls": 40, "maxDurationMs": 600000 },
|
||
"graders": [
|
||
{ "type": "trace.mustCallMcpServer", "server": "computer-use" },
|
||
{ "type": "trace.mustCallTool", "name": "browser_navigate" },
|
||
{ "type": "trace.mustNotLoop", "maxRepeatedCall": 4 },
|
||
{
|
||
"type": "trace.budget",
|
||
"maxToolCalls": 40,
|
||
"maxToolResultTokensEst": 200000,
|
||
"maxSingleToolResultTokensEst": 50000
|
||
},
|
||
{
|
||
"type": "trace.finalTextMatches",
|
||
"anyOf": ["api key|graphql|authorization|endpoint"],
|
||
"mustNotMatch": [
|
||
"taking a while",
|
||
"let me try (a )?different",
|
||
"couldn['’]t (load|connect|reach)",
|
||
"timed? out",
|
||
"unable to (load|access|reach)"
|
||
]
|
||
}
|
||
],
|
||
"tags": [
|
||
"browser",
|
||
"research",
|
||
"requires:browser-bootstrap",
|
||
"requires:third-party-account:linear"
|
||
]
|
||
}
|