/
AM
amika
/
Amika API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 1d ago
Details
Filter operations
AgentSessions
5
get
List the org's agent-session chats
post
Send a message to a coding agent, creating a sandbox if needed
post
Send a message to a coding agent, streaming the reply (SSE)
get
Read an agent session
get
Stream a session's events (SSE)
API keys
3
Docker registries
3
Downloads
2
Git user settings
2
Integrations
2
Linear
2
Meta
1
Repositories
9
Sandboxes
26
SandboxServices
1
SandboxSnapshots
5
Secrets
20
Services
3
Slack
5
Uploads
2
AgentSessions
List the org's agent-session chats
get
/api/v0beta1/agent-sessions
Query parameters
limit
integer
offset
integer
nullable
Response
Agent-session chats, newest first.
ListAgentSessionsResponse
required
sessions
AgentSessionSummary[]
required
total
integer
required
Changes