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
All statuses
All statuses
Active
Deprecated
Activate certificates at the organization level. You can atomically and idempotently activate up to 10 certificates at a time.
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.
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.
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.
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.
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.
getCertificate
GET/organization/certificates/{certificate_id}
Certificates
List uploaded certificates for this organization.
listOrganizationCertificates
GET/organization/certificates
Certificates
List certificates for this project.
listProjectCertificates
GET/organization/projects/{project_id}/certificates
Certificates
Modify a certificate. Note that only the name can be modified.
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.
uploadCertificate
POST/organization/certificates
Certificates