Sessions
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
List of sessions
Unix timestamp in milliseconds
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Session message history
String or array of content blocks
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Session renamed
No content
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
No content
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Session archived
No content
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
No content
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Session deleted
No content
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
No content
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
List of archived sessions
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Session restored
No content
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
No content
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Archive deleted
No content
Unauthorized — Invalid or missing API key
Forbidden — Key lacks the required scope
No content
Last updated