/
RE
rebolt
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 17h ago
Details
Filter operations
API Keys
5
attachments
2
Conversations
7
Deployments
6
Domains
1
health
6
Integration Credentials
12
Integration Providers
4
LLM Proxy
1
Projects
15
get
Get Convex database credentials for the project (admins only)
put
Update project subdomain
get
List custom domains
post
Create custom domain
get
Get custom domain status
delete
Delete custom domain
get
List Project Cards
post
Create Project
get
Get Project Card
delete
Delete Project
patch
Update Project Metadata
get
Get Project Integrations
put
Update Project Integration
post
Init Project
post
Init Rebolt Salesforce Project
SDK
9
Versions
3
Projects
Init Project
post
/api/v1/projects/init
Request body
CreateProjectFromMessageRequest
required
event_id
string
uuid
required
project_id
string
uuid
required
The unique identifier of the project
conversation_id
string
uuid
required
The unique identifier of the conversation
user_message
string
required
attachments
LLMAttachmentInput[]
Response
Successful Response
NewProjectAndConversation
required
project_id
string
uuid
required
The unique identifier of the project
conversation_id
string
uuid
required
The unique identifier of the conversation
conversation_title
string
required
status
string
metadata
object
Changes