Close
Toolcog home
toolcog
openai
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
Activate certificates at the organization level. You can atomically and idempotently activate up to 10 certificates at a time.
Authenticated
activateOrganizationCertificates
POST/organization/certificates/activate
Certificates
Activate certificates at the project level. You can atomically and idempotently activate up to 10 certificates at a time.
Authenticated
activateProjectCertificates
POST/organization/projects/{project_id}/certificates/activate
Certificates
Deactivate certificates at the organization level. You can atomically and idempotently deactivate up to 10 certificates at a time.
Authenticated
deactivateOrganizationCertificates
POST/organization/certificates/deactivate
Certificates
Deactivate certificates at the project level. You can atomically and idempotently deactivate up to 10 certificates at a time.
Authenticated
deactivateProjectCertificates
POST/organization/projects/{project_id}/certificates/deactivate
Certificates
Delete a certificate from the organization. The certificate must be inactive for the organization and all projects.
Authenticated
deleteCertificate
DELETE/organization/certificates/{certificate_id}
Certificates
Get a certificate that has been uploaded to the organization. You can get a certificate regardless of whether it is active or not.
Authenticated
getCertificate
GET/organization/certificates/{certificate_id}
Certificates
List uploaded certificates for this organization.
Authenticated
listOrganizationCertificates
GET/organization/certificates
Certificates
List certificates for this project.
Authenticated
listProjectCertificates
GET/organization/projects/{project_id}/certificates
Certificates
Modify a certificate. Note that only the name can be modified.
Authenticated
modifyCertificate
POST/organization/certificates/{certificate_id}
Certificates
Upload a certificate to the organization. This does **not** automatically activate the certificate. Organizations can upload up to 50 certificates.
Authenticated
uploadCertificate
POST/organization/certificates
Certificates