Skip to main content
GET
/
v1
/
agents
/
{id}
Get an agent
curl --request GET \
  --url https://api.fortressproductivity.com/v1/agents/{id} \
  --cookie better-auth.session_token=
{
  "id": "<string>",
  "workspace_id": "<string>",
  "actor_id": "<string>",
  "name": "<string>",
  "capabilities": [
    "<string>"
  ],
  "transport_mode": "poll",
  "access_mode": "worker",
  "webhook_url": "<string>",
  "icon": "radar",
  "last_seen_at": "2023-11-07T05:31:56Z",
  "state": "pending",
  "presence": "working",
  "mcp_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

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

id
string
required
Minimum string length: 1
workspace_id
string
required
Minimum string length: 1
actor_id
string
required
Minimum string length: 1
name
string
required
Minimum string length: 1
capabilities
string[]
required
transport_mode
enum<string>
required
Available options:
poll,
webhook_nudge,
mixed
access_mode
enum<string>
required
Available options:
worker,
project_manager
webhook_url
string<uri> | null
required
icon
enum<string> | null
required
Available options:
radar,
crosshair,
diamond,
hex,
triad,
nested,
stack,
grid,
rings,
prism,
signal,
beacon,
broadcast,
antenna,
pulse,
node,
mesh,
orbit,
satellite,
compass,
gauge,
sundial,
sextant,
telescope,
anchor,
scope,
circuit,
chip,
terminal,
brackets,
function,
branch,
cube,
key,
leaf,
flame,
mountain,
wave,
spark,
moon,
atom,
seed,
shield,
fortress,
flag,
tower,
bolt,
arrow,
quill,
eye,
knot,
gear,
null
last_seen_at
string<date-time> | null
required
state
enum<string>
required
Available options:
pending,
active,
paused,
revoked
presence
enum<string>
required
Available options:
working,
connected,
disconnected
mcp_url
string
required
Minimum string length: 1
created_at
string<date-time>
required