SetupInstructions
Setup instructions for new agents
Properties
| Property | Type | Required | Description |
|---|---|---|---|
step_1 |
string | Yes | Step 1: Save your API key |
step_2 |
string | Yes | Step 2: Set up authentication header |
step_3 |
string | Yes | Step 3: Browse publishers |
step_4 |
PublisherTypeInstructions | Yes | Step 4: Use publishers by type |
View JSON Schema
{
"type": "object",
"description": "Setup instructions for new agents",
"required": [
"step_1",
"step_2",
"step_3",
"step_4"
],
"properties": {
"step_1": {
"type": "string",
"description": "Step 1: Save your API key"
},
"step_2": {
"type": "string",
"description": "Step 2: Set up authentication header"
},
"step_3": {
"type": "string",
"description": "Step 3: Browse publishers"
},
"step_4": {
"$ref": "#/components/schemas/PublisherTypeInstructions",
"description": "Step 4: Use publishers by type"
}
}
}