Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
finbourne-candela-sdk
Advanced tools
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
AppsApi | add_app | PUT /apps/ | Add an app to Candela. |
AppsApi | app_exists | GET /apps/exists | Check an app exists in Candela. |
AppsApi | delete_app | DELETE /apps/ | Delete an app from Candela. |
AppsApi | get_app | GET /apps/ | Get a specific app definition from Candela. |
AppsApi | get_app_metadata | GET /apps/metadata | Get an app's metadata from Candela |
AppsApi | list_apps | GET /apps/list | List all the apps available to you in Candela. |
CircuitsApi | add_circuit | PUT /circuits/ | Add a circuit to Candela. |
CircuitsApi | circuit_exists | GET /circuits/exists | Check that a given circuit exists in Candela. |
CircuitsApi | delete_circuit | DELETE /circuits/ | Delete a given circuit from Candela. |
CircuitsApi | get_circuit | GET /circuits/ | Get a given circuit from Candela. |
CircuitsApi | get_circuit_metadata | GET /circuits/metadata | Get a given circuit's metadata from Candela |
CircuitsApi | list_circuits | GET /circuits/list | List all the circuits available to you in Candela. |
DirectivesApi | add_directive | PUT /directives/ | Add a directive to Candela. |
DirectivesApi | delete_directive | DELETE /directives/ | Delete a directive from Candela. |
DirectivesApi | directive_exists | GET /directives/exists | Check if a particular directive exists in Candela. |
DirectivesApi | get_directive | GET /directives/ | Get a directive from Candela. |
DirectivesApi | get_directive_metadata | GET /directives/metadata | Get a directive's metadata from Candela. |
DirectivesApi | list_directives | GET /directives/list | List your available directives in Candela. |
ModelsApi | add_model | PUT /models/ | Add an LLM model to Candela. |
ModelsApi | delete_model | DELETE /models/ | Delete a model in Candela. |
ModelsApi | get_model_metadata | GET /models/metadata | Get metadata for a model in Candela. |
ModelsApi | list_models | GET /models/list | List all models available to you in Candela. |
ModelsApi | model_exists | GET /models/exists | Check that a model exists in Candela. |
SessionsApi | delete_session | DELETE /sessions/ | Delete all data associated with a session in Candela. |
SessionsApi | get_session | GET /sessions/ | Get the details of a session in Candela. |
SessionsApi | get_session_metadata | GET /sessions/metadata | Get the metadata associated with a session in Candela. |
SessionsApi | list_sessions | GET /sessions/list | Start an agent/pipeline session on your assigned slot in Candela. |
SessionsApi | session_exists | GET /sessions/exists | Check whether a session with a given ID exists. |
SessionsApi | start_dev_session | POST /session/dev | Start an agent/pipeline session on your slot. |
SessionsApi | start_session | POST /session | Start an agent/pipeline session on your slot. |
SessionsApi | stop_session | GET /session/stop | Stop an agent/pipeline session. |
SessionsApi | submit_pipeline_prompt | POST /session/pipeline_submit | Send a prompt to a running pipeline session. |
SessionsApi | submit_prompt_to_agent | POST /session/agent_submit | Send a prompt to a running agent session. |
SystemApi | admin_delete_slot | DELETE /system/slot | Deletes a slot from the system without replacing it |
SystemApi | get_domain_state | GET /system/status | Get the current status of your Candela platform slots infrastructure. |
SystemApi | list_slots | GET /system/list_slots | List the current slots in your Candela platform. |
SystemApi | set_free_slots_target | PUT /system/free_slots_target | Set the target number of free slots |
SystemApi | set_max_slots | PUT /system/max_slots | Set the maximum number of slots. |
ToolModulesApi | add_tool_module | PUT /tool_modules/ | Add a tool module to Candela. |
ToolModulesApi | delete_tool_module | DELETE /tool_modules/ | Delete a tool module from Candela. |
ToolModulesApi | get_tool_metadata | GET /tool_modules/tool/metadata | Get the metadata associated with a specific tool in Candela. |
ToolModulesApi | get_tool_module | GET /tool_modules/ | Get the content of a given tool module from Candela. |
ToolModulesApi | get_tool_module_metadata | GET /tool_modules/metadata | Get the metadata associated with a tool module in Candela. |
ToolModulesApi | list_tool_modules | GET /tool_modules/list | List all tool modules available in Candela. |
ToolModulesApi | list_tools | GET /tool_modules/tool/list | List all tools contained in all modules in Candela. |
ToolModulesApi | tool_exists | GET /tool_modules/tool/exists | Check whether a tool with a given name exists in a scope in Candela. |
ToolModulesApi | tool_module_exists | GET /tool_modules/exists | Check whether a given tool module exists in Candela. |
TracesApi | get_trace | GET /traces/ | Get the contents of a trace from Candela. |
TracesApi | list_traces | GET /traces/list | List all traces available in Candela. |
UserSlotsApi | assign_slot | PUT /slot | Assign a slot to yourself. |
UserSlotsApi | dispose_slot | DELETE /slot | Dispose of your slot. |
UserSlotsApi | get_slot_metadata | GET /slot/metadata | Get the metadata of your slot. |
UserSlotsApi | get_slot_state | GET /slot/state | Get the state of your slot. |
UserSlotsApi | user_has_slot | GET /slot/user_has_slot | Check if you have a slot assigned to you. |
FAQs
FINBOURNE Candela Platform Web API
We found that finbourne-candela-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.