Agent Status
Status for agent {{.AgentName}}
Status
{{.Status}}
{{if eq .Status "approved"}}
Access Granted!
Your session has been approved. Use the credentials below to access the context.
Session Token
{{.SessionToken}}
Context URL
{{.ContextURL}}
{{if .SessionExpiresAt}}
Session Expires At
{{.SessionExpiresAt}}
{{end}}
Next Step:
Fetch your timeline data by navigating to: GET {{.ContextURL}}
{{else if eq .Status "pending"}}
Waiting for approval...
Refresh this page to check the current status.
{{else if eq .Status "denied"}}
Access Denied
Your request was denied by the dashboard owner.
{{else if eq .Status "expired"}}
Request Expired
Your authentication request has expired. Please initiate a new request.
{{end}}