/
AM
amika
/
Amika API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 12h ago · Updated 1w ago
View markdown
amika
Amika API
post
Send a message to a coding agent, creating a sandbox if needed
latest
OpenAPI 3.1.0
2026-08-14
92
89
225.1 KB
664536fccd0e
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
27
SandboxServices
1
SandboxSnapshots
5
Secrets
20
Services
3
Slack
5
Uploads
2
AgentSessions
Send a message to a coding agent, creating a sandbox if needed
post
/api/v0beta1/agent-sessions
Request body
AgentSessionSendRequest
required
message
string
required
agent
'claude'
|
'codex'
session_id
string
sandbox_id
string
new_session
boolean
repo_url
string
Response
Agent response.
AgentSessionSendResponse
required
session_id
string
required
sandbox_id
string
required
agent
'claude'
|
'codex'
required
response
string
required
is_error
boolean
required
is_new_session
boolean
required
created_sandbox
boolean
required
usage
AgentSessionUsage