Skip to main content
GET
/
v1
/
agents
/
{id}
/
setup-prompt
Get agent setup instructions
curl --request GET \
  --url https://api.fortressproductivity.com/v1/agents/{id}/setup-prompt \
  --cookie better-auth.session_token=
{
  "prompt": "<string>",
  "setup_url": "<string>",
  "config_command": "<string>",
  "client_preset": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Human web-session cookie issued by Better Auth.

Path Parameters

id
string
required
Minimum string length: 1
Example:

"act_123"

Response

Agent setup prompt

prompt
string | null
required
setup_url
string | null
required
config_command
string | null
required
client_preset
string | null
required