Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 42 additions & 42 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12262,26 +12262,26 @@ components:
description: 'Public lifecycle state and settings for one intern.'
example:
attached_vault_id: null
createdAt: '2026-09-16T08:30:00.000Z'
created_at: '2026-09-16T08:30:00.000Z'
description: 'Researches customer questions'
hostname: 'research-assistant.openrouter.ai'
id: '7c9e6679-7425-40de-944b-e07fc1f90ae7'
instructions: null
lastFailureMessage: null
last_failure_message: null
model: 'openai/gpt-5.4'
name: 'research-assistant'
progress: null
status: 'running'
updatedAt: '2026-09-16T08:45:00.000Z'
updated_at: '2026-09-16T08:45:00.000Z'
vault_id: 'b431c59d-6eed-41ac-bc89-9a89be79a121'
workspaceId: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
workspace_id: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
properties:
attached_vault_id:
description: 'Vault the intern borrows from another intern, or null when it borrows none.'
type:
- 'string'
- 'null'
createdAt:
created_at:
description: 'ISO 8601 creation time.'
type: 'string'
description:
Expand All @@ -12302,7 +12302,7 @@ components:
type:
- 'string'
- 'null'
lastFailureMessage:
last_failure_message:
description: 'Why the last provisioning attempt failed, when status is failed.'
type:
- 'string'
Expand All @@ -12318,19 +12318,19 @@ components:
progress:
description: 'Active provisioning step, or null once provisioning has settled.'
properties:
stepLabel:
step_label:
description: 'Human-readable label of the active provisioning step.'
type: 'string'
stepNumber:
step_number:
description: 'One-based index of the active step.'
type: 'integer'
totalSteps:
total_steps:
description: 'Number of provisioning steps.'
type: 'integer'
required:
- 'stepLabel'
- 'stepNumber'
- 'totalSteps'
- 'step_label'
- 'step_number'
- 'total_steps'
type:
- 'object'
- 'null'
Expand All @@ -12346,15 +12346,15 @@ components:
- 'destroying'
- 'destroy_failed'
type: 'string'
updatedAt:
updated_at:
description: 'ISO 8601 last update time.'
type: 'string'
vault_id:
description: 'Vault the intern owns, or null before it has been created.'
type:
- 'string'
- 'null'
workspaceId:
workspace_id:
description: 'Workspace that owns the intern and scopes its secrets.'
type: 'string'
required:
Expand All @@ -12364,14 +12364,14 @@ components:
- 'instructions'
- 'model'
- 'status'
- 'lastFailureMessage'
- 'last_failure_message'
- 'progress'
- 'hostname'
- 'workspaceId'
- 'workspace_id'
- 'vault_id'
- 'attached_vault_id'
- 'createdAt'
- 'updatedAt'
- 'created_at'
- 'updated_at'
type: 'object'
InternalServerResponse:
description: 'Internal Server Error - Unexpected server error'
Expand Down Expand Up @@ -12940,19 +12940,19 @@ components:
example:
data:
- attached_vault_id: null
createdAt: '2026-09-16T08:30:00.000Z'
created_at: '2026-09-16T08:30:00.000Z'
description: 'Researches customer questions'
hostname: 'research-assistant.openrouter.ai'
id: '7c9e6679-7425-40de-944b-e07fc1f90ae7'
instructions: null
lastFailureMessage: null
last_failure_message: null
model: 'openai/gpt-5.4'
name: 'research-assistant'
progress: null
status: 'running'
updatedAt: '2026-09-16T08:45:00.000Z'
updated_at: '2026-09-16T08:45:00.000Z'
vault_id: 'b431c59d-6eed-41ac-bc89-9a89be79a121'
workspaceId: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
workspace_id: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
has_more: false
properties:
data:
Expand Down Expand Up @@ -35952,19 +35952,19 @@ paths:
example:
data:
- attached_vault_id: null
createdAt: '2026-09-16T08:30:00.000Z'
created_at: '2026-09-16T08:30:00.000Z'
description: 'Researches customer questions'
hostname: 'research-assistant.openrouter.ai'
id: '7c9e6679-7425-40de-944b-e07fc1f90ae7'
instructions: null
lastFailureMessage: null
last_failure_message: null
model: 'openai/gpt-5.4'
name: 'research-assistant'
progress: null
status: 'running'
updatedAt: '2026-09-16T08:45:00.000Z'
updated_at: '2026-09-16T08:45:00.000Z'
vault_id: 'b431c59d-6eed-41ac-bc89-9a89be79a121'
workspaceId: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
workspace_id: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
has_more: false
schema:
$ref: '#/components/schemas/InternListResponse'
Expand Down Expand Up @@ -36063,19 +36063,19 @@ paths:
application/json:
example:
attached_vault_id: null
createdAt: '2026-09-16T08:30:00.000Z'
created_at: '2026-09-16T08:30:00.000Z'
description: 'Researches customer questions'
hostname: 'research-assistant.openrouter.ai'
id: '7c9e6679-7425-40de-944b-e07fc1f90ae7'
instructions: null
lastFailureMessage: null
last_failure_message: null
model: 'openai/gpt-5.4'
name: 'research-assistant'
progress: null
status: 'running'
updatedAt: '2026-09-16T08:45:00.000Z'
updated_at: '2026-09-16T08:45:00.000Z'
vault_id: 'b431c59d-6eed-41ac-bc89-9a89be79a121'
workspaceId: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
workspace_id: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
schema:
$ref: '#/components/schemas/Intern'
description: 'A completed create operation was replayed.'
Expand All @@ -36084,19 +36084,19 @@ paths:
application/json:
example:
attached_vault_id: null
createdAt: '2026-09-16T08:30:00.000Z'
created_at: '2026-09-16T08:30:00.000Z'
description: 'Researches customer questions'
hostname: 'research-assistant.openrouter.ai'
id: '7c9e6679-7425-40de-944b-e07fc1f90ae7'
instructions: null
lastFailureMessage: null
last_failure_message: null
model: 'openai/gpt-5.4'
name: 'research-assistant'
progress: null
status: 'running'
updatedAt: '2026-09-16T08:45:00.000Z'
updated_at: '2026-09-16T08:45:00.000Z'
vault_id: 'b431c59d-6eed-41ac-bc89-9a89be79a121'
workspaceId: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
workspace_id: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
schema:
$ref: '#/components/schemas/Intern'
description: 'Intern created.'
Expand Down Expand Up @@ -36312,19 +36312,19 @@ paths:
application/json:
example:
attached_vault_id: null
createdAt: '2026-09-16T08:30:00.000Z'
created_at: '2026-09-16T08:30:00.000Z'
description: 'Researches customer questions'
hostname: 'research-assistant.openrouter.ai'
id: '7c9e6679-7425-40de-944b-e07fc1f90ae7'
instructions: null
lastFailureMessage: null
last_failure_message: null
model: 'openai/gpt-5.4'
name: 'research-assistant'
progress: null
status: 'running'
updatedAt: '2026-09-16T08:45:00.000Z'
updated_at: '2026-09-16T08:45:00.000Z'
vault_id: 'b431c59d-6eed-41ac-bc89-9a89be79a121'
workspaceId: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
workspace_id: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
schema:
$ref: '#/components/schemas/Intern'
description: 'Intern lifecycle state and settings.'
Expand Down Expand Up @@ -36411,19 +36411,19 @@ paths:
application/json:
example:
attached_vault_id: null
createdAt: '2026-09-16T08:30:00.000Z'
created_at: '2026-09-16T08:30:00.000Z'
description: 'Researches customer questions'
hostname: 'research-assistant.openrouter.ai'
id: '7c9e6679-7425-40de-944b-e07fc1f90ae7'
instructions: null
lastFailureMessage: null
last_failure_message: null
model: 'openai/gpt-5.4'
name: 'research-assistant'
progress: null
status: 'running'
updatedAt: '2026-09-16T08:45:00.000Z'
updated_at: '2026-09-16T08:45:00.000Z'
vault_id: 'b431c59d-6eed-41ac-bc89-9a89be79a121'
workspaceId: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
workspace_id: '89f9f5b2-3f89-4eaf-83ca-5ceae149e8bb'
schema:
$ref: '#/components/schemas/Intern'
description: 'Updated intern.'
Expand Down
Loading