Container Templates
GEThttps://cloud.agenta.ai/api/containers/templates
Returns a list of templates available for creating new containers.
Parameters: stoken_session (SessionContainer): The session container for the user.
Returns:
Union[List[Template], str]: A list of templates or an error message.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
Array [
]
anyOf
id Id (string)required
image
object
required
string
[
null
]
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://cloud.agenta.ai/api/containers/templates' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear