Skip to main content
PUT
/
v2
/
integrations
/
vertex_ai
Create Or Update Integration
curl --request PUT \
  --url https://api.galileo.ai/v2/integrations/vertex_ai \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{
  "token": "{\"type\": \"service_account\", \"project_id\": \"project-id\", \"private_key_id\": \"foo-bar\", \"private_key\": \"-----BEGIN RSA PRIVATE KEY-----\\n                ...\\n                -----END RSA PRIVATE KEY-----\", \"client_email\": \"user@iam.gserviceaccount.com\", \"client_id\": \"12353152646346\", \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\", \"token_uri\": \"https://oauth2.googleapis.com/token\", \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\", \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/user%40iam.gserviceaccount.com\", \"universe_domain\": \"googleapis.com\"}"
}'
{
  "id": "<string>",
  "permissions": [],
  "name": "anthropic",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "created_by": "<string>",
  "is_selected": false
}

Authorizations

Galileo-API-Key
string
header
required

Body

application/json
token
string
required

Response

Successful Response

id
string<uuid4>
required
name
enum<string>
required
Available options:
anthropic,
aws_bedrock,
aws_sagemaker,
azure,
custom,
databricks,
labelstudio,
mistral,
nvidia,
openai,
vegas_gateway,
vertex_ai,
writer
created_at
string<date-time>
required
updated_at
string<date-time>
required
created_by
string<uuid4>
required
permissions
Permission · object[]
is_selected
boolean
default:false
I