Together AI · Capability
Together APIs — Secrets
Together APIs — Secrets. 5 operations. Lead operation: Get the list of project secrets. Self-contained Naftiko capability covering one Together Ai business surface.
What You Can Do
GET
Get
— Get the list of project secrets
/v1/deployments/secrets
POST
Post
— Create a new secret
/v1/deployments/secrets
DELETE
Delete
— Delete a secret
/v1/deployments/secrets/{id}
GET
Get
— Get a secret by ID or name
/v1/deployments/secrets/{id}
PATCH
Patch
— Update a secret
/v1/deployments/secrets/{id}
MCP Tools
get-list-project-secrets
Get the list of project secrets
read-only
idempotent
create-new-secret
Create a new secret
delete-secret
Delete a secret
idempotent
get-secret-id-name
Get a secret by ID or name
read-only
idempotent
update-secret
Update a secret
idempotent