provider agent_platformagent_applications POST
/api/projects/{project_id}/agent_applications/ @utdk/posthog
/api/projects/{project_id}/agent_applications/ agent_applications_create
Agent applications — the deployable unit of the platform.
URLs:
GET /api/projects/<team>/agent_applications/ list
POST /api/projects/<team>/agent_applications/ create
GET /api/projects/<team>/agent_applications/<id|slug>/ retrieve
PATCH /api/projects/<team>/agent_applications/<id|slug>/ update
DELETE /api/projects/<team>/agent_applications/<id|slug>/ archive
POST /api/projects/<team>/agent_applications/<id|slug>/set_env/ bulk replace env
GET /api/projects/<team>/agent_applications/<id|slug>/env_keys/ list set keys
GET /api/projects/<team>/agent_applications/<id|slug>/env_keys/<KEY>/ is one key set?
PUT /api/projects/<team>/agent_applications/<id|slug>/env_keys/<KEY>/ set one key
DELETE /api/projects/<team>/agent_applications/<id|slug>/env_keys/<KEY>/ clear one key
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.agentApplicationsCreate()