Skip to main content
POST
/
v1
/
agents
/
{id}
/
regenerate-setup
Regenerate agent setup instructions
curl --request POST \
  --url https://api.fortressproductivity.com/v1/agents/{id}/regenerate-setup \
  --cookie better-auth.session_token=
{
  "setup_url": "<string>",
  "prompt": "<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

Regenerated setup

setup_url
string
required
Minimum string length: 1
prompt
string
required
Minimum string length: 1